Checkstyle XML difference report

This is symmetric difference generated from two checkstyle-result.xml reports.
All matching records from each XML file are deleted, then remaining records are merged into single report.
Utility that generated this report.

Checkstyle configuration report

Module Name Base properties Patch properties
Checker severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • BeforeExecutionExclusionFileFilter fileNamePattern
  • module\-info\.java$

  • fileNamePattern
  • module\-info\.java$

  • TreeWalker
    SuppressionXpathSingleFilter message
  • Javadoc comment at column \d+ has parse error

  • message
  • Javadoc comment at column \d+ has parse error

  • RequireThisCheck checkFields
  • true

  • validateOnlyOverlapping
  • false

  • checkMethods
  • false

  • checkFields
  • true

  • validateOnlyOverlapping
  • false

  • checkMethods
  • false

  • Summary:

    Report id Files Violations Severity-warning
    base 13652 155588 155588
    patch 13652 163947 163947
    difference 1553 8359 8359

    Report id com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
    base 155588
    patch 163947
    difference 8359

    Number of unique base messages reported below: 0
    Number of unique patch messages reported below: 8359

    Violations:

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/dtdbuilder/DTDInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ln' needs "this.". 70 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/dtdbuilder/DTDParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ch' needs "this.". 601 21
    # warning RequireThis Reference to instance variable 'ch' needs "this.". 626 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/generatebreakiteratordata/RuleBasedBreakIteratorBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 990 45
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1353 27
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1534 33
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1608 33
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1636 33
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1671 43
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1672 50
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1732 48
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1740 37
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1752 57
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1759 37
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1835 29
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1851 39
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1855 59
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1882 37
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1897 41
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1916 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/generatecharacter/SpecialCaseMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'context' needs "this.". 330 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/generatenimbus/Shape.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 80 24
    # warning RequireThis Reference to instance variable 'y' needs "this.". 80 37
    # warning RequireThis Reference to instance variable 'x' needs "this.". 84 24
    # warning RequireThis Reference to instance variable 'y' needs "this.". 84 37
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 110 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/generatenimbus/UIStyle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'componentName' needs "this.". 322 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/hasher/Hasher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pkg' needs "this.". 113 34
    # warning RequireThis Reference to instance variable 'maxBits' needs "this.". 178 31
    # warning RequireThis Reference to instance variable 'maxDepth' needs "this.". 184 27
    # warning RequireThis Reference to instance variable 'pkg' needs "this.". 263 37
    # warning RequireThis Reference to instance variable 'cln' needs "this.". 271 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/javazic/Rule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 175 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/javazic/ZoneRec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gmtOffset' needs "this.". 183 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/jdwpgen/AbstractNamedNode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 51 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 65 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/jdwpgen/OutNode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cmdName' needs "this.". 50 25
    # warning RequireThis Reference to instance variable 'cmdName' needs "this.". 115 25
    # warning RequireThis Reference to instance variable 'cmdName' needs "this.". 122 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/swing-beans/DocBeanInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 70 40
    # warning RequireThis Reference to instance variable 'desc' needs "this.". 71 43
    # warning RequireThis Reference to instance variable 'displayname' needs "this.". 72 43
    # warning RequireThis Reference to instance variable 'propertyeditorclass' needs "this.". 73 51
    # warning RequireThis Reference to instance variable 'customizerclass' needs "this.". 74 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/swing-beans/GenSwingBeanInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'templateFilename' needs "this.". 126 75

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/AESCrypt.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 360 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/BlockCipherParamsCore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'block_size' needs "this.". 65 25
    # warning RequireThis Reference to instance variable 'block_size' needs "this.". 78 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/CipherCore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 279 26
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 280 28
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 283 36
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 284 38
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 431 52
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 438 52
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 465 25
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 575 20
    # warning RequireThis Reference to instance variable 'unitBytes' needs "this.". 578 38
    # warning RequireThis Reference to instance variable 'buffered' needs "this.". 590 39
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 614 30
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 615 27
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 619 33
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 737 26
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 738 28
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 742 34
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 748 48
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 751 56
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 769 59
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 833 25
    # warning RequireThis Reference to instance variable 'unitBytes' needs "this.". 848 24
    # warning RequireThis Reference to instance variable 'unitBytes' needs "this.". 852 22
    # warning RequireThis Reference to instance variable 'unitBytes' needs "this.". 855 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/CipherFeedback.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 158 27
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 159 36
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 160 35
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 164 33
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 164 59
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 179 33
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 179 59
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 183 29
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 226 27
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 227 37
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 228 36
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 232 33
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 232 59
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 251 33
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 251 59
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 255 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/CounterMode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'used' needs "this.". 94 20
    # warning RequireThis Reference to instance variable 'usedSave' needs "this.". 104 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/DESCrypt.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expandedKey' needs "this.". 606 15

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/DESedeCrypt.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'key1' needs "this.". 82 20
    # warning RequireThis Reference to instance variable 'key1' needs "this.". 116 23
    # warning RequireThis Reference to instance variable 'key2' needs "this.". 120 23
    # warning RequireThis Reference to instance variable 'key3' needs "this.". 124 23
    # warning RequireThis Reference to instance variable 'key3' needs "this.". 146 23
    # warning RequireThis Reference to instance variable 'key2' needs "this.". 150 23
    # warning RequireThis Reference to instance variable 'key1' needs "this.". 154 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/DESedeWrapCipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iv' needs "this.". 231 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/DHKeyPairGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pSize' needs "this.". 129 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/DHParameterGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'primeSize' needs "this.". 116 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/HmacCore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockLen' needs "this.". 133 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/ISO10126Padding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 100 28
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 120 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/OAEPParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mdName' needs "this.". 203 52
    # warning RequireThis Reference to instance variable 'mdName' needs "this.". 253 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/OutputFeedback.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 157 31
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 158 36
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 159 35
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 163 33
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 163 59
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 166 29
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 180 33
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 180 59
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 183 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/PBECipherCore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iCount' needs "this.". 275 33
    # warning RequireThis Reference to instance variable 'iCount' needs "this.". 311 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/PKCS5Padding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 99 28
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 125 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/RC2Parameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'effectiveKeySize' needs "this.". 128 27
    # warning RequireThis Reference to instance variable 'version' needs "this.". 146 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/RSACipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outputSize' needs "this.". 391 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/bmp/BMPImageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 537 37
    # warning RequireThis Reference to instance variable 'width' needs "this.". 544 64
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 635 33
    # warning RequireThis Reference to instance variable 'width' needs "this.". 643 60
    # warning RequireThis Reference to instance variable 'sampleModel' needs "this.". 650 31
    # warning RequireThis Reference to instance variable 'colorModel' needs "this.". 651 30
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 733 33
    # warning RequireThis Reference to instance variable 'height' needs "this.". 954 29
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 988 33
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1000 56
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1036 29
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1070 33
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1082 56
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1117 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1149 56
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1155 61
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1184 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1216 56
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1222 65
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1251 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1285 56
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1291 61
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1310 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1341 56
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1347 61
    # warning RequireThis Reference to instance variable 'bitmapOffset' needs "this.". 1366 45
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1391 39
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1410 48
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1411 48
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1424 39
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1452 38
    # warning RequireThis Reference to instance variable 'bitmapOffset' needs "this.". 1487 45
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1553 39
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1587 38
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1614 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/bmp/BMPImageWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'h' needs "this.". 616 29
    # warning RequireThis Reference to instance variable 'h' needs "this.". 624 30
    # warning RequireThis Reference to instance variable 'w' needs "this.". 719 53
    # warning RequireThis Reference to instance variable 'compImageSize' needs "this.". 744 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/bmp/BMPMetadata.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'paletteSize' needs "this.". 173 40
    # warning RequireThis Reference to instance variable 'paletteSize' needs "this.". 200 40
    # warning RequireThis Reference to instance variable 'xPixelsPerMeter' needs "this.". 248 45
    # warning RequireThis Reference to instance variable 'xPixelsPerMeter' needs "this.". 254 53
    # warning RequireThis Reference to instance variable 'yPixelsPerMeter' needs "this.". 258 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/common/BitFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 87 28
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 89 76
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 103 53
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 103 77
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 104 36
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 105 30
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 106 32
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 113 56
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 113 76
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 115 32
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 116 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/common/LZWCompressor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBits' needs "this.". 80 23
    # warning RequireThis Reference to instance variable 'numBits' needs "this.". 118 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/common/LZWStringTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numStrings' needs "this.". 212 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/common/PaletteBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'requiredSize' needs "this.". 257 32
    # warning RequireThis Reference to instance variable 'maxNodes' needs "this.". 269 28
    # warning RequireThis Reference to instance variable 'numNodes' needs "this.". 270 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/common/SubImageInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startingPos' needs "this.". 71 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/gif/GIFImageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bitPos' needs "this.". 302 35
    # warning RequireThis Reference to instance variable 'blockLength' needs "this.". 311 29
    # warning RequireThis Reference to instance variable 'initCodeSize' needs "this.". 339 31
    # warning RequireThis Reference to instance variable 'sourceXSubsampling' needs "this.". 386 45
    # warning RequireThis Reference to instance variable 'sourceMinProgressivePass' needs "this.". 412 29
    # warning RequireThis Reference to instance variable 'sourceMaxProgressivePass' needs "this.". 413 29
    # warning RequireThis Reference to instance variable 'width' needs "this.". 424 28
    # warning RequireThis Reference to instance variable 'rowsDone' needs "this.". 427 45
    # warning RequireThis Reference to instance variable 'height' needs "this.". 436 36
    # warning RequireThis Reference to instance variable 'sourceMaxProgressivePass' needs "this.". 443 45
    # warning RequireThis Reference to instance variable 'initCodeSize' needs "this.". 907 35
    # warning RequireThis Reference to instance variable 'initCodeSize' needs "this.". 919 36
    # warning RequireThis Reference to instance variable 'clearCode' needs "this.". 926 29
    # warning RequireThis Reference to instance variable 'initCodeSize' needs "this.". 928 40
    # warning RequireThis Reference to instance variable 'eofCode' needs "this.". 933 33
    # warning RequireThis Reference to instance variable 'eofCode' needs "this.". 938 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/jpeg/DQTMarkerSegment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'QTABLE_SIZE' needs "this.". 231 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/jpeg/JFIFMarkerSegment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tempICCSegment' needs "this.". 194 30
    # warning RequireThis Reference to instance variable 'tempICCSegment' needs "this.". 199 30
    # warning RequireThis Reference to instance variable 'MAX_THUMB_WIDTH' needs "this.". 380 31
    # warning RequireThis Reference to instance variable 'MAX_THUMB_HEIGHT' needs "this.". 381 35
    # warning RequireThis Reference to instance variable 'MAX_THUMB_WIDTH' needs "JFIFMarkerSegment.this.". 927 31
    # warning RequireThis Reference to instance variable 'MAX_THUMB_HEIGHT' needs "JFIFMarkerSegment.this.". 928 35
    # warning RequireThis Reference to instance variable 'MAX_THUMB_WIDTH' needs "JFIFMarkerSegment.this.". 939 31
    # warning RequireThis Reference to instance variable 'MAX_THUMB_HEIGHT' needs "JFIFMarkerSegment.this.". 940 35
    # warning RequireThis Reference to instance variable 'thumbHeight' needs "JFIFMarkerSegment.this.". 982 32
    # warning RequireThis Reference to instance variable 'thumbHeight' needs "JFIFMarkerSegment.this.". 1054 32
    # warning RequireThis Reference to instance variable 'thumbHeight' needs "JFIFMarkerSegment.this.". 1070 67
    # warning RequireThis Reference to instance variable 'numChunks' needs "this.". 1409 28
    # warning RequireThis Reference to instance variable 'numChunks' needs "this.". 1481 28
    # warning RequireThis Reference to instance variable 'numChunks' needs "this.". 1504 30
    # warning RequireThis Reference to instance variable 'numChunks' needs "this.". 1517 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/jpeg/JPEGBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 90 46
    # warning RequireThis Reference to instance variable 'BUFFER_SIZE' needs "this.". 97 29
    # warning RequireThis Reference to instance variable 'BUFFER_SIZE' needs "this.". 102 43
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 140 22
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 141 22
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 165 22
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 245 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iccCS' needs "this.". 863 31
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1029 44
    # warning RequireThis Reference to instance variable 'imageMetadataIndex' needs "this.". 1110 27
    # warning RequireThis Reference to instance variable 'knownPassCount' needs "this.". 1121 29
    # warning RequireThis Reference to instance variable 'minProgressivePass' needs "this.". 1123 51
    # warning RequireThis Reference to instance variable 'destinationBands' needs "this.". 1133 58
    # warning RequireThis Reference to instance variable 'destROI' needs "this.". 1141 48
    # warning RequireThis Reference to instance variable 'minProgressivePass' needs "this.". 1144 59
    # warning RequireThis Reference to instance variable 'maxProgressivePass' needs "this.". 1145 59
    # warning RequireThis Reference to instance variable 'progInterval' needs "this.". 1199 27
    # warning RequireThis Reference to instance variable 'minProgressivePass' needs "this.". 1209 49
    # warning RequireThis Reference to instance variable 'pass' needs "this.". 1220 58
    # warning RequireThis Reference to instance variable 'progInterval' needs "this.". 1224 27
    # warning RequireThis Reference to instance variable 'previousPassPercentage' needs "this.". 1226 37
    # warning RequireThis Reference to instance variable 'pass' needs "this.". 1229 57
    # warning RequireThis Reference to instance variable 'progInterval' needs "this.". 1231 62
    # warning RequireThis Reference to instance variable 'previousPassPercentage' needs "this.". 1236 48
    # warning RequireThis Reference to instance variable 'percentToDate' needs "this.". 1237 62
    # warning RequireThis Reference to instance variable 'percentToDate' needs "this.". 1259 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceXOffset' needs "this.". 560 31
    # warning RequireThis Reference to instance variable 'sourceXOffset' needs "this.". 561 44
    # warning RequireThis Reference to instance variable 'sourceYOffset' needs "this.". 563 32
    # warning RequireThis Reference to instance variable 'sourceYOffset' needs "this.". 564 46
    # warning RequireThis Reference to instance variable 'streamQTables' needs "this.". 967 27
    # warning RequireThis Reference to instance variable 'streamDCHuffmanTables' needs "this.". 983 35
    # warning RequireThis Reference to instance variable 'streamACHuffmanTables' needs "this.". 984 35
    # warning RequireThis Reference to instance variable 'numScans' needs "this.". 1361 33
    # warning RequireThis Reference to instance variable 'converted' needs "this.". 1728 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/jpeg/JPEGMetadata.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'resetSequence' needs "this.". 1073 20
    # warning RequireThis Reference to instance variable 'markerSequence' needs "this.". 2181 29
    # warning RequireThis Reference to instance variable 'resetSequence' needs "this.". 2404 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/jpeg/MarkerSegment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 199 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixelsDone' needs "this.". 926 37
    # warning RequireThis Reference to instance variable 'sourceXSubsampling' needs "this.". 990 36
    # warning RequireThis Reference to instance variable 'sourceMaxProgressivePass' needs "this.". 1198 34
    # warning RequireThis Reference to instance variable 'sourceMinProgressivePass' needs "this.". 1206 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/png/PNGImageWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startPos' needs "this.". 136 37
    # warning RequireThis Reference to instance variable 'startPos' needs "this.". 192 37
    # warning RequireThis Reference to instance variable 'periodX' needs "this.". 772 20
    # warning RequireThis Reference to instance variable 'periodX' needs "this.". 773 18
    # warning RequireThis Reference to instance variable 'periodY' needs "this.". 774 20
    # warning RequireThis Reference to instance variable 'periodY' needs "this.". 775 18
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 785 20
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 786 18
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 790 32
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 793 35
    # warning RequireThis Reference to instance variable 'bpp' needs "this.". 811 42
    # warning RequireThis Reference to instance variable 'bpp' needs "this.". 812 42
    # warning RequireThis Reference to instance variable 'bpp' needs "this.". 813 50
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 884 45
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 893 41
    # warning RequireThis Reference to instance variable 'prevRow' needs "this.". 912 23
    # warning RequireThis Reference to instance variable 'pixelsDone' needs "this.". 916 41
    # warning RequireThis Reference to instance variable 'scalingBitDepth' needs "this.". 978 25
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 989 33
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1005 33
    # warning RequireThis Reference to instance variable 'periodX' needs "this.". 1083 40
    # warning RequireThis Reference to instance variable 'periodY' needs "this.". 1084 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/png/PNGMetadata.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'IHDR_bitDepth' needs "this.". 311 40
    # warning RequireThis Reference to instance variable 'IHDR_colorType' needs "this.". 803 47
    # warning RequireThis Reference to instance variable 'bKGD_gray' needs "this.". 865 33
    # warning RequireThis Reference to instance variable 'bKGD_red' needs "this.". 867 25
    # warning RequireThis Reference to instance variable 'bKGD_green' needs "this.". 868 25
    # warning RequireThis Reference to instance variable 'bKGD_blue' needs "this.". 869 25
    # warning RequireThis Reference to instance variable 'pHYs_pixelsPerUnitXAxis' needs "this.". 977 54
    # warning RequireThis Reference to instance variable 'pHYs_pixelsPerUnitYAxis' needs "this.". 982 54
    # warning RequireThis Reference to instance variable 'IHDR_colorType' needs "this.". 1067 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/gtk/GTKEngine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 385 29
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 385 37
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 398 38
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 398 46
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 409 21
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 409 29
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 417 60
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 417 68
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 426 58
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 426 66
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 437 36
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 437 44
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 447 35
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 447 43
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 456 55
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 456 63
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 466 33
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 466 41
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 474 55
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 474 63
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 482 61
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 482 69
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 495 33
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 495 41
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 505 33
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 505 41
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 513 55
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 513 63
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 521 52
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 521 60
    # warning RequireThis Reference to instance variable 'h0' needs "this.". 589 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/gtk/GTKFileChooserUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'newFolderErrorSeparator' needs "GTKFileChooserUI.this.". 1203 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/gtk/GTKStyleFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wt' needs "this.". 169 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 503 63
    # warning RequireThis Reference to instance variable 'cr' needs "this.". 662 33
    # warning RequireThis Reference to instance variable 'cg' needs "this.". 663 33
    # warning RequireThis Reference to instance variable 'cb' needs "this.". 664 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/motif/MotifBorders.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shadow' needs "this.". 177 35
    # warning RequireThis Reference to instance variable 'highlight' needs "this.". 181 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shadow' needs "MotifInternalFrameTitlePane.this.". 262 34
    # warning RequireThis Reference to instance variable 'highlight' needs "MotifInternalFrameTitlePane.this.". 265 34
    # warning RequireThis Reference to instance variable 'shadow' needs "MotifInternalFrameTitlePane.this.". 288 34
    # warning RequireThis Reference to instance variable 'highlight' needs "MotifInternalFrameTitlePane.this.". 291 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/motif/MotifSplitPaneDivider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 141 32
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 142 37
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 145 31
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 146 26
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 146 43
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 147 26
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 148 26
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 148 43
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 168 32
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 169 37
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 172 31
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 173 26
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 173 41
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 174 26
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 175 26
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 175 41
    # warning RequireThis Reference to instance variable 'hThumbOffset' needs "this.". 238 22
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 239 26
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 240 27
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 246 26
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 247 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/AnimationController.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 365 48
    # warning RequireThis Reference to instance variable 'progress' needs "this.". 387 29
    # warning RequireThis Reference to instance variable 'progress' needs "this.". 389 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsBorders.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'activeColor' needs "this.". 328 29
    # warning RequireThis Reference to instance variable 'inactiveColor' needs "this.". 331 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsButtonUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dashedRectGapWidth' needs "this.". 131 51
    # warning RequireThis Reference to instance variable 'dashedRectGapHeight' needs "this.". 131 80

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsIconFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'menuItem' needs "this.". 778 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsInternalFrameTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buttonHeight' needs "this.". 81 27
    # warning RequireThis Reference to instance variable 'buttonHeight' needs "WindowsInternalFrameTitlePane.this.". 440 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsLookAndFeel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'baseUnitX' needs "this.". 2550 26
    # warning RequireThis Reference to instance variable 'baseUnitY' needs "this.". 2554 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsTableHeaderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hasFocus' needs "this.". 175 38
    # warning RequireThis Reference to instance variable 'left' needs "this.". 241 21
    # warning RequireThis Reference to instance variable 'left' needs "this.". 241 37
    # warning RequireThis Reference to instance variable 'top' needs "this.". 242 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsToggleButtonUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cachedBackgroundColor' needs "this.". 124 23
    # warning RequireThis Reference to instance variable 'cachedHighlightColor' needs "this.". 124 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/AdaptiveCoding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tailCoding' needs "this.". 63 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/Attribute.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bandCount' needs "Layout.this.". 581 37
    # warning RequireThis Reference to instance variable 'bandIndex' needs "this.". 606 42
    # warning RequireThis Reference to instance variable 'flags' needs "this.". 607 44
    # warning RequireThis Reference to instance variable 'refKind' needs "this.". 608 41
    # warning RequireThis Reference to instance variable 'value' needs "this.". 609 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/BandStructure.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bandHeaderBytePos' needs "this.". 290 30
    # warning RequireThis Reference to instance variable 'seqForDebug' needs "this.". 378 40
    # warning RequireThis Reference to instance variable 'elementCountForDebug' needs "this.". 507 30
    # warning RequireThis Reference to instance variable 'valuesDisbursed' needs "this.". 539 29
    # warning RequireThis Reference to instance variable 'length' needs "this.". 549 24
    # warning RequireThis Reference to instance variable 'outputCounter' needs "BandStructure.this.". 677 24
    # warning RequireThis Reference to instance variable 'outputCounter' needs "BandStructure.this.". 690 24
    # warning RequireThis Reference to instance variable 'length' needs "this.". 748 38
    # warning RequireThis Reference to instance variable 'length' needs "this.". 769 38
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1208 24
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1272 33
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1281 33
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1294 33
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1310 33
    # warning RequireThis Reference to instance variable 'outputCounter' needs "this.". 1357 15
    # warning RequireThis Reference to instance variable 'archiveSize1' needs "this.". 1362 43
    # warning RequireThis Reference to instance variable 'bc_thisfield' needs "this.". 2357 29
    # warning RequireThis Reference to instance variable 'bc_superfield' needs "this.". 2359 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/ClassReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inPos' needs "this.". 159 86
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 433 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/ClassWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 82 60
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 98 57
    # warning RequireThis Reference to instance variable 'bufOut' needs "this.". 206 31
    # warning RequireThis Reference to instance variable 'bufOut' needs "this.". 208 23
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 213 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/Coding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'min' needs "this.". 433 22
    # warning RequireThis Reference to instance variable 'max' needs "this.". 433 34
    # warning RequireThis Reference to instance variable 'umin' needs "this.". 442 22
    # warning RequireThis Reference to instance variable 'umax' needs "this.". 442 35
    # warning RequireThis Reference to instance variable 'del' needs "this.". 470 37
    # warning RequireThis Reference to instance variable 'del' needs "this.". 484 37
    # warning RequireThis Reference to instance variable 'min' needs "this.". 529 23
    # warning RequireThis Reference to instance variable 'B' needs "this.". 784 33
    # warning RequireThis Reference to instance variable 'B' needs "this.". 788 33
    # warning RequireThis Reference to instance variable 'B' needs "this.". 798 35
    # warning RequireThis Reference to instance variable 'B' needs "this.". 811 30
    # warning RequireThis Reference to instance variable 'B' needs "this.". 825 22
    # warning RequireThis Reference to instance variable 'S' needs "this.". 838 28
    # warning RequireThis Reference to instance variable 'B' needs "this.". 873 20
    # warning RequireThis Reference to instance variable 'min' needs "this.". 885 62
    # warning RequireThis Reference to instance variable 'max' needs "this.". 886 62
    # warning RequireThis Reference to instance variable 'B' needs "this.". 895 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/CodingChooser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'searchOrder' needs "this.". 103 30
    # warning RequireThis Reference to instance variable 'minDistance' needs "this.". 105 30
    # warning RequireThis Reference to instance variable 'zipSize' needs "this.". 107 30
    # warning RequireThis Reference to instance variable 'byteSize' needs "this.". 109 30
    # warning RequireThis Reference to instance variable 'histSize' needs "this.". 111 30
    # warning RequireThis Reference to instance variable 'index' needs "this.". 112 30
    # warning RequireThis Reference to instance variable 'regularChoice' needs "this.". 302 22
    # warning RequireThis Reference to instance variable 'bestChoice' needs "this.". 340 31
    # warning RequireThis Reference to instance variable 'bestMethod' needs "this.". 348 29
    # warning RequireThis Reference to instance variable 'bestChoice' needs "this.". 351 53
    # warning RequireThis Reference to instance variable 'bestMethod' needs "this.". 375 47
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 376 40
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 378 52
    # warning RequireThis Reference to instance variable 'min' needs "this.". 403 72
    # warning RequireThis Reference to instance variable 'bestChoice' needs "this.". 475 18
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 502 37
    # warning RequireThis Reference to instance variable 'fuzz' needs "this.". 512 43
    # warning RequireThis Reference to instance variable 'start' needs "this.". 660 40
    # warning RequireThis Reference to instance variable 'targetSize' needs "this.". 704 36
    # warning RequireThis Reference to instance variable 'bestByteSize' needs "this.". 724 54
    # warning RequireThis Reference to instance variable 'bestByteSize' needs "this.". 847 55
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 850 45
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 853 48
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 1137 48
    # warning RequireThis Reference to instance variable 'end' needs "this.". 1237 37
    # warning RequireThis Reference to instance variable 'start' needs "this.". 1305 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/ConstantPool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'valueHash' needs "this.". 199 44
    # warning RequireThis Reference to instance variable 'debugName' needs "this.". 848 56
    # warning RequireThis Reference to instance variable 'debugName' needs "this.". 879 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/Fixups.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 103 29
    # warning RequireThis Reference to instance variable 'size' needs "Fixups.this.". 275 51
    # warning RequireThis Reference to instance variable 'size' needs "Fixups.this.". 284 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/Instruction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 73 21
    # warning RequireThis Reference to instance variable 'length' needs "this.". 77 24
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 96 32
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 193 23
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 194 23
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 195 23
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 202 52
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 204 50
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 242 74
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 279 70
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 295 25
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 310 74
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 316 25
    # warning RequireThis Reference to instance variable 'length' needs "this.". 341 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/NativeUnpack.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_prevPercent' needs "this.". 152 23
    # warning RequireThis Reference to instance variable '_estSegLimit' needs "this.". 199 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/Package.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'default_modtime' needs "Package.this.". 785 57
    # warning RequireThis Reference to instance variable 'modtime' needs "this.". 809 46
    # warning RequireThis Reference to instance variable 'allInnerClasses' needs "this.". 909 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/PackageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buffered' needs "this.". 88 35
    # warning RequireThis Reference to instance variable 'servedPos' needs "this.". 92 36
    # warning RequireThis Reference to instance variable 'servedPos' needs "this.". 111 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 115 30
    # warning RequireThis Reference to instance variable 'servedPos' needs "this.". 119 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 123 30
    # warning RequireThis Reference to instance variable 'limit' needs "LimitedBuffer.this.". 134 37
    # warning RequireThis Reference to instance variable 'limit' needs "LimitedBuffer.this.". 140 37
    # warning RequireThis Reference to instance variable 'buffered' needs "LimitedBuffer.this.". 143 50
    # warning RequireThis Reference to instance variable 'numFiles' needs "this.". 732 45
    # warning RequireThis Reference to instance variable 'numFiles' needs "this.". 758 29
    # warning RequireThis Reference to instance variable 'numFiles' needs "this.". 768 29
    # warning RequireThis Reference to instance variable 'numAttrDefs' needs "this.". 834 33
    # warning RequireThis Reference to instance variable 'numInnerClasses' needs "this.". 872 29
    # warning RequireThis Reference to instance variable 'numInnerClasses' needs "this.". 885 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/PackerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'passFiles' needs "this.". 282 62
    # warning RequireThis Reference to instance variable 'f' needs "this.". 381 66
    # warning RequireThis Reference to instance variable 'nread' needs "this.". 408 45
    # warning RequireThis Reference to instance variable 'segmentSize' needs "this.". 559 33
    # warning RequireThis Reference to instance variable 'segmentSize' needs "this.". 569 33
    # warning RequireThis Reference to instance variable 'segmentTotalSize' needs "this.". 573 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/PopulationCoding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 126 52
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 131 24
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 132 24
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 223 38
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 243 55
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 260 34
    # warning RequireThis Reference to instance variable 'tokenCoding' needs "this.". 429 25
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 488 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/UnpackerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'crcOut' needs "this.". 248 52
    # warning RequireThis Reference to instance variable 'crcOut' needs "this.". 252 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/mbeanserver/PerInterface.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'getters' needs "this.". 197 27
    # warning RequireThis Reference to instance variable 'setters' needs "this.". 201 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/mbeanserver/Repository.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isPropertyListPattern' needs "this.". 185 43
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 296 19
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 402 20
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 404 19
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 621 38
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 647 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/internal/ArrayNotificationBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'queueSize' needs "this.". 191 27
    # warning RequireThis Reference to instance variable 'queueSize' needs "this.". 206 24
    # warning RequireThis Reference to instance variable 'earliestSequenceNumber' needs "this.". 506 23
    # warning RequireThis Reference to instance variable 'nextSequenceNumber' needs "this.". 512 58
    # warning RequireThis Reference to instance variable 'earliestSequenceNumber' needs "this.". 522 30
    # warning RequireThis Reference to instance variable 'sender' needs "this.". 547 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/internal/ArrayQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head' needs "this.". 63 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 72 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 92 27
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 94 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/internal/ClientNotifForwarder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mbeanRemovedNotifID' needs "ClientNotifForwarder.this.". 518 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/internal/ServerCommunicatorAdmin.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'timeout' needs "ServerCommunicatorAdmin.this.". 177 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/security/FileLoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'passwordFile' needs "this.". 190 35
    # warning RequireThis Reference to instance variable 'passwordFile' needs "this.". 200 43
    # warning RequireThis Reference to instance variable 'passwordFileDisplayName' needs "this.". 228 21
    # warning RequireThis Reference to instance variable 'passwordFileDisplayName' needs "this.". 239 47
    # warning RequireThis Reference to instance variable 'username' needs "this.". 467 28
    # warning RequireThis Reference to instance variable 'hasJavaHomePermission' needs "this.". 479 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/security/MBeanServerFileAccessController.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 422 21
    # warning RequireThis Reference to instance variable 'len' needs "this.". 511 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/util/CacheMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nSoftReferences' needs "this.". 101 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/BerDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 431 16
    # warning RequireThis Reference to instance variable 'next' needs "this.". 436 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/BerEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 263 21
    # warning RequireThis Reference to instance variable 'start' needs "this.". 368 21
    # warning RequireThis Reference to instance variable 'start' needs "this.". 398 21
    # warning RequireThis Reference to instance variable 'start' needs "this.". 452 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/IPAcl/ASCII_CharStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 66 73
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 68 56
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 71 75
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 72 63
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 75 79
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 76 67
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 79 51
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 83 73
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 86 75
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 89 79
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 92 40
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 102 18
    # warning RequireThis Reference to instance variable 'available' needs "this.". 108 28
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 110 26
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 115 27
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 122 30
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 123 24
    # warning RequireThis Reference to instance variable 'available' needs "this.". 124 32
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 127 24
    # warning RequireThis Reference to instance variable 'maxNextCharInd' needs "this.". 133 49
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 146 25
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 155 19
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 255 18
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 324 20
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 325 56
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 327 57
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 339 51
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 340 65
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 341 48
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 362 20
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 364 24
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 368 25
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 375 33
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 391 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/IPAcl/JJTParserState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mk' needs "this.". 91 17
    # warning RequireThis Reference to instance variable 'mk' needs "this.". 96 17
    # warning RequireThis Reference to instance variable 'sp' needs "this.". 105 10

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/IPAcl/ParseException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 154 36
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 156 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/IPAcl/Parser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'token' needs "this.". 965 44
    # warning RequireThis Reference to instance variable 'token' needs "this.". 972 44
    # warning RequireThis Reference to instance variable 'token' needs "this.". 979 44
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 987 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 989 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 995 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 997 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 999 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1005 37
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1008 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1010 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1013 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1015 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1021 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1023 37
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1106 21
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1129 23
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1141 36
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1156 30
    # warning RequireThis Reference to instance variable 'jj_endpos' needs "this.". 1183 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/IPAcl/ParserTokenManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curChar' needs "this.". 768 25
    # warning RequireThis Reference to instance variable 'jjnewStateCnt' needs "this.". 1357 16
    # warning RequireThis Reference to instance variable 'defaultLexState' needs "this.". 1404 18
    # warning RequireThis Reference to instance variable 'curChar' needs "this.". 1470 54
    # warning RequireThis Reference to instance variable 'jjmatchedPos' needs "this.". 1480 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/SnmpNull.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 84 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/SnmpV3Message.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'msgId' needs "this.". 482 32
    # warning RequireThis Reference to instance variable 'msgMaxSize' needs "this.". 483 37
    # warning RequireThis Reference to instance variable 'msgFlags' needs "this.". 484 35
    # warning RequireThis Reference to instance variable 'msgSecurityModel' needs "this.". 485 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/agent/SnmpIndex.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 67 26
    # warning RequireThis Reference to instance variable 'size' needs "this.". 120 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 143 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/agent/SnmpMib.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 109 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 111 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 135 18
    # warning RequireThis Reference to instance variable 'size' needs "this.". 137 18
    # warning RequireThis Reference to instance variable 'size' needs "this.". 156 21
    # warning RequireThis Reference to instance variable 'size' needs "this.". 169 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/agent/SnmpMibOid.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nbChildren' needs "this.". 315 21
    # warning RequireThis Reference to instance variable 'nbChildren' needs "this.". 428 25
    # warning RequireThis Reference to instance variable 'nbChildren' needs "this.". 444 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/agent/SnmpMibTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 524 20
    # warning RequireThis Reference to instance variable 'size' needs "this.". 640 20
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1638 37
    # warning RequireThis Reference to instance variable 'tablecount' needs "this.". 2417 20
    # warning RequireThis Reference to instance variable 'tablesize' needs "this.". 2435 20
    # warning RequireThis Reference to instance variable 'tablesize' needs "this.". 2435 47
    # warning RequireThis Reference to instance variable 'tablecount' needs "this.". 2446 27
    # warning RequireThis Reference to instance variable 'tablecount' needs "this.". 2446 45
    # warning RequireThis Reference to instance variable 'tablecount' needs "this.". 2462 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/agent/SnmpRequestTree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 207 27
    # warning RequireThis Reference to instance variable 'size' needs "this.". 218 24
    # warning RequireThis Reference to instance variable 'entrysize' needs "this.". 512 31
    # warning RequireThis Reference to instance variable 'entrysize' needs "this.". 512 58
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 529 27
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 529 45
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 562 30
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 608 39
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 647 45
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 663 37
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 671 37
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 679 37
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 687 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/daemon/CommunicatorServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startException' needs "this.". 581 50
    # warning RequireThis Reference to instance variable 'bottomMBS' needs "this.". 975 21
    # warning RequireThis Reference to instance variable 'state' needs "this.". 1005 24
    # warning RequireThis Reference to instance variable 'notifCount' needs "this.". 1271 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/daemon/SnmpSubBulkRequestHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 270 26
    # warning RequireThis Reference to instance variable 'nonRepeat' needs "this.". 304 28
    # warning RequireThis Reference to instance variable 'maxRepeat' needs "this.". 305 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/internal/SnmpEngineImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'engineid' needs "this.". 238 43
    # warning RequireThis Reference to instance variable 'engineid' needs "this.". 270 43
    # warning RequireThis Reference to instance variable 'engineid' needs "this.". 300 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/tasks/ThreadService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currThreds' needs "this.". 138 25
    # warning RequireThis Reference to instance variable 'minThreads' needs "this.". 218 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/cosnaming/CNCtx.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'enumCount' needs "this.". 1123 61
    # warning RequireThis Reference to instance variable 'enumCount' needs "this.". 1134 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/cosnaming/CorbanameUrl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'location' needs "this.". 85 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/cosnaming/OrbReuseTracker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referenceCnt' needs "this.". 54 65
    # warning RequireThis Reference to instance variable 'referenceCnt' needs "this.". 61 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/dns/DnsClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ident' needs "this.". 172 19
    # warning RequireThis Reference to instance variable 'retries' needs "this.". 188 37
    # warning RequireThis Reference to instance variable 'ident' needs "this.". 311 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/dns/DnsName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 603 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/dns/ResourceRecord.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ttl' needs "this.". 130 27
    # warning RequireThis Reference to instance variable 'rdlen' needs "this.". 276 20
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 279 23
    # warning RequireThis Reference to instance variable 'rdlen' needs "this.". 462 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/BerDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'origOffset' needs "this.". 57 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/Connection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outStream' needs "this.". 409 57
    # warning RequireThis Reference to instance variable 'readTimeout' needs "this.". 468 31
    # warning RequireThis Reference to instance variable 'host' needs "this.". 636 73
    # warning RequireThis Reference to instance variable 'inStream' needs "this.". 686 47
    # warning RequireThis Reference to instance variable 'outStream' needs "this.". 687 47
    # warning RequireThis Reference to instance variable 'inStream' needs "this.". 772 41
    # warning RequireThis Reference to instance variable 'inStream' needs "this.". 788 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/EventSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'unsolicited' needs "this.". 234 13

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/LdapClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referenceCount' needs "this.". 395 61
    # warning RequireThis Reference to instance variable 'referenceCount' needs "this.". 425 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/LdapCtx.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referralHopLimit' needs "this.". 2911 32
    # warning RequireThis Reference to instance variable 'referralHopLimit' needs "this.". 2937 28
    # warning RequireThis Reference to instance variable 'referralHopLimit' needs "this.". 3004 32
    # warning RequireThis Reference to instance variable 'unsolicited' needs "this.". 3504 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/LdapName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'unparsed' needs "this.". 240 70
    # warning RequireThis Reference to instance variable 'unparsed' needs "this.". 377 40
    # warning RequireThis Reference to instance variable 'len' needs "this.". 418 26
    # warning RequireThis Reference to instance variable 'name' needs "this.". 423 71
    # warning RequireThis Reference to instance variable 'len' needs "this.". 434 23
    # warning RequireThis Reference to instance variable 'name' needs "this.". 435 66
    # warning RequireThis Reference to instance variable 'len' needs "this.". 447 26
    # warning RequireThis Reference to instance variable 'len' needs "this.". 451 28
    # warning RequireThis Reference to instance variable 'name' needs "this.". 452 71
    # warning RequireThis Reference to instance variable 'len' needs "this.". 460 28
    # warning RequireThis Reference to instance variable 'len' needs "this.". 478 26
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 494 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 495 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 506 23
    # warning RequireThis Reference to instance variable 'len' needs "this.". 508 30
    # warning RequireThis Reference to instance variable 'len' needs "this.". 518 26
    # warning RequireThis Reference to instance variable 'len' needs "this.". 530 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 536 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 537 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 549 27
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 552 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 556 23
    # warning RequireThis Reference to instance variable 'name' needs "this.". 557 67
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 562 24
    # warning RequireThis Reference to instance variable 'len' needs "this.". 571 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 581 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/LdapNamingEnumeration.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 215 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 220 20
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 262 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 266 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/LdapReferralException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referralIndex' needs "this.". 168 53
    # warning RequireThis Reference to instance variable 'referralCount' needs "this.". 225 33
    # warning RequireThis Reference to instance variable 'nextReferralEx' needs "this.". 269 21
    # warning RequireThis Reference to instance variable 'referralCount' needs "this.". 308 51
    # warning RequireThis Reference to instance variable 'foundEntry' needs "this.". 409 46
    # warning RequireThis Reference to instance variable 'skipThisReferral' needs "this.". 410 52
    # warning RequireThis Reference to instance variable 'referralIndex' needs "this.". 411 49
    # warning RequireThis Reference to instance variable 'referralCount' needs "this.". 415 33
    # warning RequireThis Reference to instance variable 'errorEx' needs "this.". 422 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/LdapRequest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'msgId' needs "this.". 105 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/NotifierArgs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'controls' needs "this.". 93 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/ext/StartTlsResponseImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hostname' needs "this.". 252 54
    # warning RequireThis Reference to instance variable 'currentFactory' needs "this.". 336 24
    # warning RequireThis Reference to instance variable 'sslSocket' needs "this.". 343 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/pool/Connections.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prefSize' needs "this.". 184 38
    # warning RequireThis Reference to instance variable 'maxSize' needs "this.". 199 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/pool/Pool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxSize' needs "this.". 210 45
    # warning RequireThis Reference to instance variable 'prefSize' needs "this.". 211 47
    # warning RequireThis Reference to instance variable 'initSize' needs "this.". 212 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/sasl/SaslInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'recvMaxBufSize' needs "this.". 129 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/sasl/SaslOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rawSendSize' needs "this.". 83 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/rmi/registry/RegistryContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 332 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/toolkit/dir/LazySearchEnumerationImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextMatch' needs "this.". 130 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/toolkit/dir/SearchFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'filter' needs "this.". 90 43
    # warning RequireThis Reference to instance variable 'filter' needs "this.". 95 39
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 198 44
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 198 58
    # warning RequireThis Reference to instance variable 'attrID' needs "this.". 328 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/management/GcInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 147 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/AbstractDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultFormat' needs "this.". 445 26
    # warning RequireThis Reference to instance variable 'defaultBufferSize' needs "this.". 446 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/AlawCodec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highByte' needs "this.". 389 60
    # warning RequireThis Reference to instance variable 'lowByte' needs "this.". 390 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/AudioFloatConverter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stepsize' needs "this.". 97 43
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 98 39
    # warning RequireThis Reference to instance variable 'stepsize' needs "this.". 98 72
    # warning RequireThis Reference to instance variable 'stepsize' needs "this.". 110 43
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 111 38
    # warning RequireThis Reference to instance variable 'stepsize' needs "this.". 111 70
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 752 23
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 767 37
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 797 23
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 813 37
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 835 23
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 852 37
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 881 23
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 899 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/AudioFloatFormatConverter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 74 30
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 81 26
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 88 26
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 96 37
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 108 40
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 111 26
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 159 35
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 167 31
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 175 37
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 185 37
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 204 47
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 210 27
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 218 40
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 221 27
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 300 60
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 301 49
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 302 42
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 303 27
    # warning RequireThis Reference to instance variable 'ibuffer_index' needs "this.". 324 34
    # warning RequireThis Reference to instance variable 'ibuffer_len' needs "this.". 325 32
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 347 33
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 349 52
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 367 32
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 373 33
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 375 67
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 384 62
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 385 57
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 392 32
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 397 57
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 399 44
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 403 30
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 411 37
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 416 51
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 422 33
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 425 56
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 429 35
    # warning RequireThis Reference to instance variable 'mark_ibuffer_index' needs "this.". 436 29
    # warning RequireThis Reference to instance variable 'mark_ibuffer_len' needs "this.". 437 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/AudioFloatInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 65 37
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 82 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 87 36
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 88 66
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 95 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 100 36
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 106 33
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 113 23
    # warning RequireThis Reference to instance variable 'markpos' needs "this.". 121 19
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 175 31
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 181 58
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 182 26
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 186 32
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 190 26
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 202 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/DataPusher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'STATE_STOPPING' needs "this.". 89 32
    # warning RequireThis Reference to instance variable 'STATE_PLAYING' needs "this.". 96 27
    # warning RequireThis Reference to instance variable 'STATE_STOPPING' needs "this.". 123 28
    # warning RequireThis Reference to instance variable 'STATE_STOPPED' needs "this.". 124 31
    # warning RequireThis Reference to instance variable 'STATE_WAITING' needs "this.". 131 23
    # warning RequireThis Reference to instance variable 'STATE_PLAYING' needs "this.". 138 57
    # warning RequireThis Reference to instance variable 'audioData' needs "this.". 162 22
    # warning RequireThis Reference to instance variable 'STATE_STOPPING' needs "this.". 164 31
    # warning RequireThis Reference to instance variable 'STATE_WAITING' needs "this.". 166 36
    # warning RequireThis Reference to instance variable 'STATE_WAITING' needs "this.". 171 47
    # warning RequireThis Reference to instance variable 'STATE_STOPPING' needs "this.". 172 47
    # warning RequireThis Reference to instance variable 'newPos' needs "this.". 180 31
    # warning RequireThis Reference to instance variable 'STATE_PLAYING' needs "this.". 183 31
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 196 57
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 197 57
    # warning RequireThis Reference to instance variable 'STATE_WAITING' needs "this.". 211 35
    # warning RequireThis Reference to instance variable 'STATE_STOPPING' needs "this.". 220 23
    # warning RequireThis Reference to instance variable 'STATE_STOPPED' needs "this.". 230 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/DirectAudioDevice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'softwareConversionSize' needs "this.". 490 40
    # warning RequireThis Reference to instance variable 'stoppedWritten' needs "this.". 565 29
    # warning RequireThis Reference to instance variable 'doIO' needs "this.". 792 28
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1200 45
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1207 37
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1215 57
    # warning RequireThis Reference to instance variable 'loopStartFrame' needs "this.". 1278 64
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1367 63
    # warning RequireThis Reference to instance variable 'loopEndFrame' needs "this.". 1372 36
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1374 57
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1376 56
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1384 55
    # warning RequireThis Reference to instance variable 'loopStartFrame' needs "this.". 1394 52
    # warning RequireThis Reference to instance variable 'autoclosing' needs "this.". 1422 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/EventDispatcher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expiration' needs "this.". 440 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/FFT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fftFrameSize2' needs "this.". 53 29
    # warning RequireThis Reference to instance variable 'fftFrameSize2' needs "this.". 56 42
    # warning RequireThis Reference to instance variable 'fftFrameSize' needs "this.". 693 29
    # warning RequireThis Reference to instance variable 'fftFrameSize' needs "this.". 732 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/JavaSoundAudioClip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastPlayCall' needs "this.". 148 35
    # warning RequireThis Reference to instance variable 'clipLooping' needs "this.". 164 33
    # warning RequireThis Reference to instance variable 'loadedAudioByteLength' needs "this.". 350 82
    # warning RequireThis Reference to instance variable 'loadedAudioFormat' needs "this.". 390 77
    # warning RequireThis Reference to instance variable 'clip' needs "this.". 396 82
    # warning RequireThis Reference to instance variable 'loadedAudioFormat' needs "this.". 423 77

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/ModelByteBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'left' needs "this.". 72 28
    # warning RequireThis Reference to instance variable 'markleft' needs "this.". 84 20
    # warning RequireThis Reference to instance variable 'left' needs "this.". 90 21
    # warning RequireThis Reference to instance variable 'left' needs "this.". 91 21
    # warning RequireThis Reference to instance variable 'left' needs "this.". 99 23
    # warning RequireThis Reference to instance variable 'left' needs "this.". 112 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/ModelByteBufferWavetable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 68 58
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 69 28
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 76 28
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 117 23
    # warning RequireThis Reference to instance variable 'pos2' needs "this.". 118 24
    # warning RequireThis Reference to instance variable 'markpos' needs "this.". 122 19
    # warning RequireThis Reference to instance variable 'markpos2' needs "this.". 123 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/PCMtoPCMCodec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PCM_SWITCH_SIGNED_8BIT' needs "this.". 393 38
    # warning RequireThis Reference to instance variable 'PCM_SWITCH_SIGNED_8BIT' needs "this.". 398 38
    # warning RequireThis Reference to instance variable 'PCM_SWITCH_ENDIAN' needs "this.". 405 38
    # warning RequireThis Reference to instance variable 'PCM_UNSIGNED_LE2SIGNED_BE' needs "this.". 412 38
    # warning RequireThis Reference to instance variable 'PCM_SIGNED_LE2UNSIGNED_BE' needs "this.". 418 38
    # warning RequireThis Reference to instance variable 'PCM_UNSIGNED_BE2SIGNED_LE' needs "this.". 424 38
    # warning RequireThis Reference to instance variable 'PCM_SIGNED_BE2UNSIGNED_LE' needs "this.". 430 38
    # warning RequireThis Reference to instance variable 'PCM_SWITCH_SIGNED_8BIT' needs "this.". 466 39
    # warning RequireThis Reference to instance variable 'sampleSizeInBytes' needs "this.". 563 53
    # warning RequireThis Reference to instance variable 'sampleSizeInBytes' needs "this.". 570 28
    # warning RequireThis Reference to instance variable 'sampleSizeInBytes' needs "this.". 570 75
    # warning RequireThis Reference to instance variable 'sampleSizeInBytes' needs "this.". 578 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/PortMixer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 158 72
    # warning RequireThis Reference to instance variable 'id' needs "this.". 252 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/RIFFReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'avail' needs "this.". 134 19
    # warning RequireThis Reference to instance variable 'avail' needs "this.". 186 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/RIFFWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 138 27
    # warning RequireThis Reference to instance variable 'startpointer' needs "this.". 238 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/RealTimeSequencer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loopEnd' needs "this.". 704 44
    # warning RequireThis Reference to instance variable 'autoConnect' needs "this.". 863 35
    # warning RequireThis Reference to instance variable 'thread' needs "this.". 1328 29
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 1470 39
    # warning RequireThis Reference to instance variable 'currTempo' needs "this.". 1478 45
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 1479 38
    # warning RequireThis Reference to instance variable 'loopCount' needs "RealTimeSequencer.this.". 1529 31
    # warning RequireThis Reference to instance variable 'trackMuted' needs "RealTimeSequencer.this.". 1572 24
    # warning RequireThis Reference to instance variable 'trackSolo' needs "RealTimeSequencer.this.". 1573 24
    # warning RequireThis Reference to instance variable 'inverseTempoFactor' needs "this.". 1809 57
    # warning RequireThis Reference to instance variable 'inverseTempoFactor' needs "this.". 1820 57
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 1931 34
    # warning RequireThis Reference to instance variable 'checkPointMillis' needs "this.". 1938 76
    # warning RequireThis Reference to instance variable 'loopEnd' needs "RealTimeSequencer.this.". 1943 41
    # warning RequireThis Reference to instance variable 'loopEnd' needs "RealTimeSequencer.this.". 1943 66
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 1948 93
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 2037 39
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 2044 79
    # warning RequireThis Reference to instance variable 'checkPointTick' needs "this.". 2057 88
    # warning RequireThis Reference to instance variable 'loopStart' needs "RealTimeSequencer.this.". 2058 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SF2Instrument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 126 34
    # warning RequireThis Reference to instance variable 'name' needs "this.". 128 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SF2Layer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 76 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SF2Sample.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 214 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftAbstractResampler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 73 50
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 91 65
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 102 51
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 114 61
    # warning RequireThis Reference to instance variable 'samplerateconv' needs "this.". 119 28
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 126 33
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 127 68
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 131 35
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 157 62
    # warning RequireThis Reference to instance variable 'sector_loopstart' needs "this.". 158 34
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 159 46
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 164 34
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 169 40
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 184 43
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 193 30
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 195 37
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 197 41
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 198 50
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 205 46
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 212 38
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 213 45
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 228 41
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 229 62
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 232 28
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 233 41
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 234 68
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 245 33
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 277 41
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 279 25
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 286 50
    # warning RequireThis Reference to instance variable 'streampos' needs "this.". 287 45
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 292 55
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 297 37
    # warning RequireThis Reference to instance variable 'loopdirection' needs "this.". 302 42
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 305 44
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 306 44
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 312 41
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 322 44
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 324 44
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 334 37
    # warning RequireThis Reference to instance variable 'loopstart' needs "this.". 334 62
    # warning RequireThis Reference to instance variable 'looplen' needs "this.". 335 45
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 340 41
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 343 51
    # warning RequireThis Reference to instance variable 'loopdirection' needs "this.". 350 38
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 356 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftAudioBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 119 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftChannel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 's' needs "this.". 874 57
    # warning RequireThis Reference to instance variable 's' needs "this.". 928 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftChorus.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastdelay' needs "this.". 74 41
    # warning RequireThis Reference to instance variable 'rgain' needs "this.". 100 36
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 134 34
    # warning RequireThis Reference to instance variable 'controlrate' needs "this.". 139 48
    # warning RequireThis Reference to instance variable 'phase_step' needs "this.". 160 22
    # warning RequireThis Reference to instance variable 'phase_step' needs "this.". 167 22
    # warning RequireThis Reference to instance variable 'controlrate' needs "this.". 292 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftEnvelopeGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 65 29
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 89 25
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 122 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'a0' needs "this.". 157 23
    # warning RequireThis Reference to instance variable 'a1' needs "this.". 158 23
    # warning RequireThis Reference to instance variable 'a2' needs "this.". 159 23
    # warning RequireThis Reference to instance variable 'b1' needs "this.". 160 23
    # warning RequireThis Reference to instance variable 'b2' needs "this.". 161 23
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 162 25
    # warning RequireThis Reference to instance variable 'wet' needs "this.". 163 24
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 301 34
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 329 34
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 356 34
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 387 34
    # warning RequireThis Reference to instance variable 'a0' needs "this.". 422 23
    # warning RequireThis Reference to instance variable 'a1' needs "this.". 423 23
    # warning RequireThis Reference to instance variable 'a2' needs "this.". 424 23
    # warning RequireThis Reference to instance variable 'b1' needs "this.". 425 23
    # warning RequireThis Reference to instance variable 'b2' needs "this.". 426 23
    # warning RequireThis Reference to instance variable 'q' needs "this.". 427 22
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 428 25
    # warning RequireThis Reference to instance variable 'wet' needs "this.". 429 24
    # warning RequireThis Reference to instance variable 'a0' needs "this.". 551 23
    # warning RequireThis Reference to instance variable 'q' needs "this.". 552 22
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 553 25
    # warning RequireThis Reference to instance variable 'wet' needs "this.". 554 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftJitterCorrector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 66 32
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 67 42
    # warning RequireThis Reference to instance variable 'w_min' needs "this.". 68 31
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 86 36
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 107 33
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 108 47
    # warning RequireThis Reference to instance variable 'readpos' needs "JitterStream.this.". 144 54
    # warning RequireThis Reference to instance variable 'w_count' needs "JitterStream.this.". 148 46
    # warning RequireThis Reference to instance variable 'w_min_tol' needs "JitterStream.this.". 150 53
    # warning RequireThis Reference to instance variable 'w_max_tol' needs "JitterStream.this.". 151 71
    # warning RequireThis Reference to instance variable 'w_max_tol' needs "JitterStream.this.". 154 53
    # warning RequireThis Reference to instance variable 'w_max_tol' needs "JitterStream.this.". 155 71
    # warning RequireThis Reference to instance variable 'bbuffer_max' needs "JitterStream.this.". 164 46
    # warning RequireThis Reference to instance variable 'readpos' needs "JitterStream.this.". 166 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftLanczosResampler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sinc_table_fsize' needs "this.". 42 29
    # warning RequireThis Reference to instance variable 'sinc_table_center' needs "this.". 91 32
    # warning RequireThis Reference to instance variable 'sinc_table_size' needs "this.". 93 37
    # warning RequireThis Reference to instance variable 'sinc_table_center' needs "this.". 103 32
    # warning RequireThis Reference to instance variable 'sinc_table_size' needs "this.". 105 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftLimiter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'controlrate' needs "this.". 77 34
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 135 23
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 138 38
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 146 43
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 157 43
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 158 43
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 169 42
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 180 42
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 181 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftLowFrequencyOscillator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 56 29
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 73 29
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 82 29
    # warning RequireThis Reference to instance variable 'sin_factor' needs "this.". 93 40
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 118 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftMainMixer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'msec_buffer_len' needs "this.". 427 48
    # warning RequireThis Reference to instance variable 'max_delay_midievent' needs "this.". 431 34
    # warning RequireThis Reference to instance variable 'max_delay_midievent' needs "this.". 432 35
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 487 62
    # warning RequireThis Reference to instance variable 'msec_last_activity' needs "this.". 495 33
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 506 27
    # warning RequireThis Reference to instance variable 'cur_registeredMixers' needs "this.". 530 36
    # warning RequireThis Reference to instance variable 'last_volume_left' needs "this.". 695 46
    # warning RequireThis Reference to instance variable 'last_volume_right' needs "this.". 702 51
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 775 32
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 881 37
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 1137 40
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 1140 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftMixingClip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 66 43
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 67 47
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 68 44
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 97 48
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 102 40
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 109 37
    # warning RequireThis Reference to instance variable 'active' needs "this.". 177 23
    # warning RequireThis Reference to instance variable '_active' needs "this.". 180 22
    # warning RequireThis Reference to instance variable 'frameposition' needs "this.". 184 30
    # warning RequireThis Reference to instance variable '_frameposition' needs "this.". 188 29
    # warning RequireThis Reference to instance variable 'loopcount' needs "this.". 191 26
    # warning RequireThis Reference to instance variable 'loopstart' needs "this.". 192 26
    # warning RequireThis Reference to instance variable 'loopend' needs "this.". 193 24
    # warning RequireThis Reference to instance variable 'in_nrofchannels' needs "this.". 212 39
    # warning RequireThis Reference to instance variable 'in_nrofchannels' needs "this.". 223 28
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 399 27
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 403 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftMixingDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 127 60
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 128 49
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 129 42
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 130 27
    # warning RequireThis Reference to instance variable 'ibuffer_index' needs "this.". 151 34
    # warning RequireThis Reference to instance variable 'ibuffer_len' needs "this.". 152 32
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 174 33
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 176 52
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 194 32
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 200 33
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 202 67
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 211 62
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 212 57
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 218 32
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 223 57
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 225 44
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 229 30
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 237 37
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 242 51
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 248 33
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 251 52
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 255 35
    # warning RequireThis Reference to instance variable 'mark_ibuffer_index' needs "this.". 262 29
    # warning RequireThis Reference to instance variable 'mark_ibuffer_len' needs "this.". 263 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftMixingMainMixer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 182 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftMixingMixer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pusher' needs "this.". 275 39
    # warning RequireThis Reference to instance variable 'pusher_stream' needs "this.". 276 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftMixingSourceDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 130 19
    # warning RequireThis Reference to instance variable 'cycling_avail' needs "this.". 142 25
    # warning RequireThis Reference to instance variable 'active' needs "this.". 200 19
    # warning RequireThis Reference to instance variable 'in_nrofchannels' needs "this.". 213 39
    # warning RequireThis Reference to instance variable 'in_nrofchannels' needs "this.". 220 28
    # warning RequireThis Reference to instance variable 'cycling_avail' needs "SoftMixingSourceDataLine.this.". 338 39
    # warning RequireThis Reference to instance variable 'cycling_avail' needs "SoftMixingSourceDataLine.this.". 339 39
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingSourceDataLine.this.". 351 55
    # warning RequireThis Reference to instance variable 'cycling_avail' needs "this.". 394 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftPerformer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 's' needs "this.". 662 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftReverb.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'feedback' needs "this.". 97 59
    # warning RequireThis Reference to instance variable 'feedback' needs "this.". 112 59
    # warning RequireThis Reference to instance variable 'filtercoeff1' needs "this.". 137 33
    # warning RequireThis Reference to instance variable 'filtercoeff1' needs "this.". 184 33
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 486 38
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 494 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftSincResampler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sinc_scale_size' needs "this.". 45 29
    # warning RequireThis Reference to instance variable 'sinc_table_fsize' needs "this.". 47 33
    # warning RequireThis Reference to instance variable 'sinc_table_center' needs "this.". 105 32
    # warning RequireThis Reference to instance variable 'sinc_table_size' needs "this.". 107 37
    # warning RequireThis Reference to instance variable 'sinc_table_center' needs "this.". 124 32
    # warning RequireThis Reference to instance variable 'sinc_table_size' needs "this.". 126 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftSynthesizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'samplesize' needs "this.". 110 35
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 115 50
    # warning RequireThis Reference to instance variable 'resamplerType' needs "this.". 884 68
    # warning RequireThis Reference to instance variable 'controlrate' needs "this.". 890 67
    # warning RequireThis Reference to instance variable 'format' needs "this.". 895 19
    # warning RequireThis Reference to instance variable 'latency' needs "this.". 899 62
    # warning RequireThis Reference to instance variable 'deviceid' needs "this.". 903 64
    # warning RequireThis Reference to instance variable 'maxpoly' needs "this.". 907 68
    # warning RequireThis Reference to instance variable 'reverb_on' needs "this.". 911 61
    # warning RequireThis Reference to instance variable 'chorus_on' needs "this.". 915 61
    # warning RequireThis Reference to instance variable 'agc_on' needs "this.". 919 72
    # warning RequireThis Reference to instance variable 'largemode' needs "this.". 923 65
    # warning RequireThis Reference to instance variable 'jitter_correction' needs "this.". 931 72
    # warning RequireThis Reference to instance variable 'reverb_light' needs "this.". 935 67
    # warning RequireThis Reference to instance variable 'load_default_soundbank' needs "this.". 939 77
    # warning RequireThis Reference to instance variable 'maxpoly' needs "this.". 1169 33
    # warning RequireThis Reference to instance variable 'pusher' needs "this.". 1231 39
    # warning RequireThis Reference to instance variable 'pusher_stream' needs "this.". 1232 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftVoice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'resampler' needs "this.". 616 34
    # warning RequireThis Reference to instance variable 'out_mixer_left' needs "this.". 719 35
    # warning RequireThis Reference to instance variable 'out_mixer_left' needs "this.". 754 35
    # warning RequireThis Reference to instance variable 'out_mixer_right' needs "this.". 755 36
    # warning RequireThis Reference to instance variable 'out_mixer_effect1' needs "this.". 756 38
    # warning RequireThis Reference to instance variable 'out_mixer_effect2' needs "this.". 757 38
    # warning RequireThis Reference to instance variable 'delay' needs "this.". 778 37
    # warning RequireThis Reference to instance variable 'delay' needs "this.". 791 37
    # warning RequireThis Reference to instance variable 'out_mixer_right' needs "this.". 868 48
    # warning RequireThis Reference to instance variable 'last_out_mixer_right' needs "this.". 875 44
    # warning RequireThis Reference to instance variable 'out_mixer_right' needs "this.". 876 39
    # warning RequireThis Reference to instance variable 'out_mixer_left' needs "this.". 908 31
    # warning RequireThis Reference to instance variable 'out_mixer_right' needs "this.". 909 32
    # warning RequireThis Reference to instance variable 'out_mixer_effect1' needs "this.". 910 34
    # warning RequireThis Reference to instance variable 'out_mixer_effect2' needs "this.". 911 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/StandardMidiFileReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trackLength' needs "this.". 336 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/UlawCodec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highByte' needs "this.". 365 60
    # warning RequireThis Reference to instance variable 'lowByte' needs "this.". 366 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/net/httpserver/HttpPrincipal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'realm' needs "this.". 95 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/nio/sctp/SctpStandardSocketOptions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxInStreams' needs "this.". 415 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer11.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 83 33
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 97 29
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 105 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 78 35
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 92 35
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 101 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/XMLCipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_contextCipher' needs "this.". 1064 17
    # warning RequireThis Reference to instance variable '_contextCipher' needs "this.". 1258 29
    # warning RequireThis Reference to instance variable '_contextCipher' needs "this.". 1363 29
    # warning RequireThis Reference to instance variable 'kaNonce' needs "this.". 2873 29
    # warning RequireThis Reference to instance variable 'originatorKeyInfo' needs "this.". 2887 29
    # warning RequireThis Reference to instance variable 'recipientKeyInfo' needs "this.". 2890 29
    # warning RequireThis Reference to instance variable 'referenceTransforms' needs "this.". 3048 29
    # warning RequireThis Reference to instance variable 'carriedName' needs "this.". 3322 29
    # warning RequireThis Reference to instance variable 'oaepParams' needs "this.". 3559 29
    # warning RequireThis Reference to instance variable 'id' needs "this.". 3625 29
    # warning RequireThis Reference to instance variable 'target' needs "this.". 3727 29
    # warning RequireThis Reference to instance variable 'id' needs "this.". 3731 29
    # warning RequireThis Reference to instance variable '_contextDocument' needs "XMLCipher.this.". 3796 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/signature/XMLSignatureInput.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outputStream' needs "this.". 509 19
    # warning RequireThis Reference to instance variable '_inputOctetStreamProxy' needs "this.". 551 86

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformEnvelopedSignature.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exclude' needs "this.". 124 17
    # warning RequireThis Reference to instance variable 'exclude' needs "this.". 132 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformXPath2Filter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inSubstract' needs "this.". 238 53
    # warning RequireThis Reference to instance variable 'inIntersect' needs "this.". 251 53
    # warning RequireThis Reference to instance variable 'inUnion' needs "this.". 262 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/utils/CachedXPathFuncHereAPI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xpathStr' needs "this.". 295 16
    # warning RequireThis Reference to instance variable 'xpathStr' needs "this.". 345 14

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/utils/UnsyncByteArrayOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 48 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 57 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 66 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/rowset/CachedRowSetImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cursorPos' needs "this.". 879 33
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 1289 27
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 1498 29
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 1501 37
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 3418 25
    # warning RequireThis Reference to instance variable 'numDeleted' needs "this.". 3426 37
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 3508 23
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 5477 27
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 5478 19
    # warning RequireThis Reference to instance variable 'currentRow' needs "this.". 5480 19
    # warning RequireThis Reference to instance variable 'cursorPos' needs "this.". 5636 22
    # warning RequireThis Reference to instance variable 'currentRow' needs "this.". 5656 25
    # warning RequireThis Reference to instance variable 'startPos' needs "this.". 7265 22
    # warning RequireThis Reference to instance variable 'prevEndPos' needs "this.". 7266 22
    # warning RequireThis Reference to instance variable 'totalRows' needs "this.". 7271 65
    # warning RequireThis Reference to instance variable 'endPos' needs "this.". 7276 25
    # warning RequireThis Reference to instance variable 'endPos' needs "this.". 7280 26
    # warning RequireThis Reference to instance variable 'prevEndPos' needs "this.". 7318 22
    # warning RequireThis Reference to instance variable 'pageSize' needs "this.". 7336 36
    # warning RequireThis Reference to instance variable 'maxRowsreached' needs "this.". 7452 14
    # warning RequireThis Reference to instance variable 'startPos' needs "this.". 7466 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/rowset/internal/CachedRowSetWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'updateWhere' needs "this.". 496 54
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 559 28
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 737 40
    # warning RequireThis Reference to instance variable 'updateWhere' needs "this.". 746 31
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 804 29
    # warning RequireThis Reference to instance variable 'deleteWhere' needs "this.". 939 50
    # warning RequireThis Reference to instance variable 'deleteWhere' needs "this.". 1006 38
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1096 24
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1139 24
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1146 24
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1148 21
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1240 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/rowset/internal/InsertRow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cols' needs "this.". 102 29
    # warning RequireThis Reference to instance variable 'cols' needs "this.". 119 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/rowset/internal/Row.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCols' needs "this.". 275 29
    # warning RequireThis Reference to instance variable 'numCols' needs "this.". 306 29
    # warning RequireThis Reference to instance variable 'numCols' needs "this.". 324 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/rowset/internal/XmlReaderContentHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tempCommand' needs "this.". 873 33
    # warning RequireThis Reference to instance variable 'propertyValue' needs "this.". 878 35
    # warning RequireThis Reference to instance variable 'propertyValue' needs "this.". 884 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/auth/PolicyParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyStoreType' needs "this.". 316 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/auth/module/JndiLoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'userProvider' needs "this.". 272 33
    # warning RequireThis Reference to instance variable 'groupProvider' needs "this.". 274 33
    # warning RequireThis Reference to instance variable 'username' needs "this.". 528 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/auth/module/KeyStoreLoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyStoreURL' needs "this.". 253 41
    # warning RequireThis Reference to instance variable 'keyStoreType' needs "this.". 254 42
    # warning RequireThis Reference to instance variable 'keyStoreProvider' needs "this.". 255 46
    # warning RequireThis Reference to instance variable 'keyStoreAlias' needs "this.". 256 43
    # warning RequireThis Reference to instance variable 'keyStorePasswordURL' needs "this.". 257 49
    # warning RequireThis Reference to instance variable 'privateKeyPasswordURL' needs "this.". 258 51
    # warning RequireThis Reference to instance variable 'protectedPath' needs "this.". 259 43
    # warning RequireThis Reference to instance variable 'keyStorePassword' needs "this.". 323 43
    # warning RequireThis Reference to instance variable 'keyStoreAlias' needs "this.". 393 35
    # warning RequireThis Reference to instance variable 'keyStorePasswordURL' needs "this.". 418 17
    # warning RequireThis Reference to instance variable 'keyStorePassword' needs "this.". 437 34
    # warning RequireThis Reference to instance variable 'privateKeyPasswordURL' needs "this.". 446 25
    # warning RequireThis Reference to instance variable 'keyStorePassword' needs "this.". 584 34
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 713 39
    # warning RequireThis Reference to instance variable 'status' needs "this.". 842 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/auth/module/Krb5LoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'debug' needs "this.". 482 45
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 652 58
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 703 38
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 737 58
    # warning RequireThis Reference to instance variable 'username' needs "this.". 777 57
    # warning RequireThis Reference to instance variable 'username' needs "this.". 787 57
    # warning RequireThis Reference to instance variable 'doNotPrompt' needs "this.". 923 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/auth/module/LdapLoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'userProvider' needs "this.". 509 17
    # warning RequireThis Reference to instance variable 'authOnly' needs "this.". 752 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/jgss/AuthorizationDataEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 64 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/sasl/digest/DigestMD5Base.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'negotiatedCipher' needs "DigestMD5Base.this.". 1267 43
    # warning RequireThis Reference to instance variable 'negotiatedCipher' needs "DigestMD5Base.this.". 1270 43
    # warning RequireThis Reference to instance variable 'negotiatedCipher' needs "DigestMD5Base.this.". 1273 43
    # warning RequireThis Reference to instance variable 'negotiatedCipher' needs "DigestMD5Base.this.". 1276 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/sasl/gsskerb/GssKrb5Server.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'peer' needs "this.". 289 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/attach/VirtualMachineDescriptor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 196 28
    # warning RequireThis Reference to instance variable 'displayName' needs "this.". 197 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/bdi/ChildSession.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'streamName' needs "OutputReader.this.". 266 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/bdi/PatternReferenceTypeSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'classId' needs "this.". 97 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/bdi/WatchpointSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fieldId' needs "this.". 87 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 116 73
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 118 56
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 121 75
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 122 63
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 125 79
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 126 67
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 129 33
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 133 73
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 136 75
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 139 79
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 142 22
    # warning RequireThis Reference to instance variable 'maxNextCharInd' needs "this.". 162 52
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 211 23
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 216 24
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 221 27
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 222 21
    # warning RequireThis Reference to instance variable 'available' needs "this.". 223 29
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 226 21
    # warning RequireThis Reference to instance variable 'line' needs "this.". 338 66
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 395 18
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 445 20
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 446 56
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 448 57
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 460 51
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 461 65
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 462 48
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 484 20
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 486 24
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 490 25
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 497 33
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 513 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/expr/ExpressionParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1162 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1170 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1178 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1186 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1194 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1202 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1210 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1218 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1226 33
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1236 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1244 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1250 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1253 46
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1261 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1267 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1270 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1280 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1286 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1291 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1296 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1303 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1309 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1317 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1323 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1326 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1336 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1346 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1352 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1358 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1368 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1372 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1375 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1385 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1391 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1397 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1401 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1419 60
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1422 64
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1425 61
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1428 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1431 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1434 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1437 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1440 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1450 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1456 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1462 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1468 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1478 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1484 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1494 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1500 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1510 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1516 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1524 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1532 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1535 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1538 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1548 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1558 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1563 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1568 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1579 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1589 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1599 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1609 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1619 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1629 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1639 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1649 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1657 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1663 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1666 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1672 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1680 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1688 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1691 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1694 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1704 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1714 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1724 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1734 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1744 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1750 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1760 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1768 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1786 60
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1789 64
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1792 61
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1795 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1798 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1801 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1804 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1807 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1817 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1827 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1833 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1843 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1853 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1863 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1869 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1877 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1883 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1886 46
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1890 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1895 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1906 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1916 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1926 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1936 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1946 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1956 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1966 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1976 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1984 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1990 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1993 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1999 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2007 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2017 48
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2020 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2023 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2026 46
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2034 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2042 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2045 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2048 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2054 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2064 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2074 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2084 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2094 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2099 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2104 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2115 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2125 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2133 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2139 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2142 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2148 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2158 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2168 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2178 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2186 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2194 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2197 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2200 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2206 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2216 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2221 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2226 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2237 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2243 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2249 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2260 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2264 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2269 42
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2274 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2279 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2290 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2300 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2305 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2310 42
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2319 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2329 48
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2332 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2335 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2338 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2344 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2354 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2364 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2370 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2380 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2385 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2390 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2401 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2407 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2411 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2417 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2420 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2430 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2436 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2442 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2450 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2456 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2459 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2469 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2475 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2485 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2495 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2505 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2509 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2512 46
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2520 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2526 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2529 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2535 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2545 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2550 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2555 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2566 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2576 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2586 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2590 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2593 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2599 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2609 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2615 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2625 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2630 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2635 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2646 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2656 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2666 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2672 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2682 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2687 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2692 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2703 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2713 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2723 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2731 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2737 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2740 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2750 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2756 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2766 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2771 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2776 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2787 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2797 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2807 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2817 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2827 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2837 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2843 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2853 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2858 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2863 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2874 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2884 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2894 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2904 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2914 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2922 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2936 54
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2939 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2942 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2945 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2948 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2951 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2961 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2971 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2977 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2987 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2992 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2997 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3008 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3018 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3028 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3038 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3044 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3054 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3059 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3064 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3075 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3085 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3093 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3101 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3104 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3107 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3117 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3123 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3129 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3139 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3145 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3151 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3157 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3167 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3177 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3187 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3197 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3203 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3209 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3219 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3225 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3235 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3241 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3247 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3257 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3267 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3271 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3274 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3284 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3294 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3304 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3314 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3320 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3328 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3342 54
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3345 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3348 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3351 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3354 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3357 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3367 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3375 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3402 63
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3406 60
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3410 57
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3413 70
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3416 67
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3419 64
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3422 61
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3425 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3428 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3431 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3434 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3437 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3447 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3457 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3467 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3473 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3483 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3488 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3493 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3504 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3514 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3524 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3530 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3536 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3546 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3552 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3557 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3562 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3569 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3575 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3585 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3595 39
    # warning RequireThis Reference to instance variable 'token' needs "this.". 3690 23
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3718 23
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3732 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3755 30
    # warning RequireThis Reference to instance variable 'jj_endpos' needs "this.". 3788 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/expr/ExpressionParserTokenManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curChar' needs "this.". 966 25
    # warning RequireThis Reference to instance variable 'jjnewStateCnt' needs "this.". 1531 16
    # warning RequireThis Reference to instance variable 'defaultLexState' needs "this.". 1631 18
    # warning RequireThis Reference to instance variable 'curChar' needs "this.". 1699 54
    # warning RequireThis Reference to instance variable 'jjmatchedPos' needs "this.". 1710 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/expr/LValue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'refType' needs "this.". 568 57
    # warning RequireThis Reference to instance variable 'value' needs "this.". 665 28
    # warning RequireThis Reference to instance variable 'value' needs "this.". 672 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/expr/ParseException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 158 36
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 160 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/gui/CommandInterpreter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastCommand' needs "this.". 1337 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/gui/ContextManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentThread' needs "this.". 122 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/gui/JDBFileFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'description' needs "this.". 220 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/gui/SourceTool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceModel' needs "this.". 277 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/extcheck/ExtCheck.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetSpecTitle' needs "this.". 122 49
    # warning RequireThis Reference to instance variable 'targetSpecVersion' needs "this.". 123 51
    # warning RequireThis Reference to instance variable 'targetSpecVendor' needs "this.". 125 54
    # warning RequireThis Reference to instance variable 'targetImplVersion' needs "this.". 127 56
    # warning RequireThis Reference to instance variable 'targetImplVendor' needs "this.". 129 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaBoolean.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 51 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaChar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 51 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 156 69
    # warning RequireThis Reference to instance variable 'name' needs "this.". 331 27
    # warning RequireThis Reference to instance variable 'instanceSize' needs "this.". 390 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObject.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referersLen' needs "this.". 90 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaInt.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 51 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaLazyReadObject.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 63 64
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 74 64
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 91 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaShort.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 51 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/ReachableExcludesImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'excludesFile' needs "this.". 93 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/parser/HprofReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 186 95
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 398 34
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 414 36
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 458 34
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 474 34
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 662 29
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 678 26
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 696 26
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 734 30
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 758 26
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 820 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/BooleanValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 97 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/ByteValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 104 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 111 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/CharValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 102 21
    # warning RequireThis Reference to instance variable 'value' needs "this.". 108 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 117 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/ConcreteMethodImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstIndex' needs "this.". 164 25
    # warning RequireThis Reference to instance variable 'lastIndex' needs "this.". 164 51
    # warning RequireThis Reference to instance variable 'firstIndex' needs "this.". 181 25
    # warning RequireThis Reference to instance variable 'lastIndex' needs "this.". 181 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/ConnectorImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'max' needs "this.". 325 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/DoubleValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 109 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 117 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 125 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 133 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 141 26
    # warning RequireThis Reference to instance variable 'value' needs "this.". 142 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 150 27
    # warning RequireThis Reference to instance variable 'value' needs "this.". 151 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 158 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/EventRequestManagerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isEnabled' needs "this.". 162 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/EventSetImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'suspendPolicy' needs "this.". 57 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/FloatValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 109 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 117 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 125 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 133 25
    # warning RequireThis Reference to instance variable 'value' needs "this.". 134 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 142 26
    # warning RequireThis Reference to instance variable 'value' needs "this.". 143 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 150 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/IntegerValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 103 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 111 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 119 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 126 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/JDWPException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'errorCode' needs "this.". 65 74

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/JNITypeParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'signature' needs "this.". 126 52
    # warning RequireThis Reference to instance variable 'signature' needs "this.". 145 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/LinkedHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'header' needs "this.". 208 47
    # warning RequireThis Reference to instance variable 'header' needs "this.". 212 47
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 293 41
    # warning RequireThis Reference to instance variable 'header' needs "this.". 296 43
    # warning RequireThis Reference to instance variable 'header' needs "this.". 335 47
    # warning RequireThis Reference to instance variable 'header' needs "this.". 339 47
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 384 22
    # warning RequireThis Reference to instance variable 'table' needs "this.". 387 19
    # warning RequireThis Reference to instance variable 'count' needs "this.". 417 34
    # warning RequireThis Reference to instance variable 'count' needs "this.". 420 22
    # warning RequireThis Reference to instance variable 'header' needs "LinkedHashMap.this.". 812 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 816 29
    # warning RequireThis Reference to instance variable 'entry' needs "this.". 821 38
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 829 29
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 837 26
    # warning RequireThis Reference to instance variable 'header' needs "this.". 872 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/LocationImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'otherLineInfo' needs "this.". 144 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/LongValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 109 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 117 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 125 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 133 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 140 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/SDE.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'baseStratumIndex' needs "SDE.this.". 103 27
    # warning RequireThis Reference to instance variable 'sdePos' needs "this.". 269 33
    # warning RequireThis Reference to instance variable 'stratumIndex' needs "this.". 583 28
    # warning RequireThis Reference to instance variable 'stratumIndex' needs "this.". 636 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/ShortValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 103 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 111 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 118 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/TargetVM.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'controlRequest' needs "this.". 355 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/VMState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastResumeCommandId' needs "this.". 100 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/AWTEventMulticaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'a' needs "this.". 143 21
    # warning RequireThis Reference to instance variable 'b' needs "this.". 144 21
    # warning RequireThis Reference to instance variable 'a' needs "this.". 147 19
    # warning RequireThis Reference to instance variable 'b' needs "this.". 147 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/BorderLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'center' needs "this.". 479 21
    # warning RequireThis Reference to instance variable 'north' needs "this.". 481 28
    # warning RequireThis Reference to instance variable 'south' needs "this.". 483 28
    # warning RequireThis Reference to instance variable 'east' needs "this.". 485 28
    # warning RequireThis Reference to instance variable 'west' needs "this.". 487 28
    # warning RequireThis Reference to instance variable 'firstLine' needs "this.". 490 21
    # warning RequireThis Reference to instance variable 'lastLine' needs "this.". 492 28
    # warning RequireThis Reference to instance variable 'firstItem' needs "this.". 494 28
    # warning RequireThis Reference to instance variable 'lastItem' needs "this.". 496 28
    # warning RequireThis Reference to instance variable 'firstItem' needs "this.". 575 28
    # warning RequireThis Reference to instance variable 'west' needs "this.". 577 26
    # warning RequireThis Reference to instance variable 'lastItem' needs "this.". 580 28
    # warning RequireThis Reference to instance variable 'east' needs "this.". 582 26
    # warning RequireThis Reference to instance variable 'center' needs "this.". 585 22
    # warning RequireThis Reference to instance variable 'center' needs "this.". 609 21
    # warning RequireThis Reference to instance variable 'north' needs "this.". 611 28
    # warning RequireThis Reference to instance variable 'south' needs "this.". 613 28
    # warning RequireThis Reference to instance variable 'west' needs "this.". 615 28
    # warning RequireThis Reference to instance variable 'east' needs "this.". 617 28
    # warning RequireThis Reference to instance variable 'firstLine' needs "this.". 619 28
    # warning RequireThis Reference to instance variable 'lastLine' needs "this.". 621 28
    # warning RequireThis Reference to instance variable 'firstItem' needs "this.". 623 28
    # warning RequireThis Reference to instance variable 'lastItem' needs "this.". 625 28
    # warning RequireThis Reference to instance variable 'firstItem' needs "this.". 860 28
    # warning RequireThis Reference to instance variable 'west' needs "this.". 862 26
    # warning RequireThis Reference to instance variable 'lastItem' needs "this.". 866 28
    # warning RequireThis Reference to instance variable 'east' needs "this.". 868 26
    # warning RequireThis Reference to instance variable 'center' needs "this.". 872 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Button.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'actionListener' needs "this.". 342 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Checkbox.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'itemListener' needs "this.". 512 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/CheckboxMenuItem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'itemListener' needs "this.". 311 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Choice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'itemListener' needs "this.". 553 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Color.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frgbvalue' needs "this.". 468 18
    # warning RequireThis Reference to instance variable 'frgbvalue' needs "this.". 496 18
    # warning RequireThis Reference to instance variable 'fvalue' needs "this.". 1120 17
    # warning RequireThis Reference to instance variable 'fvalue' needs "this.". 1164 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Component.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dropTarget' needs "this.". 1079 19
    # warning RequireThis Reference to instance variable 'dropTarget' needs "this.". 1084 20
    # warning RequireThis Reference to instance variable 'font' needs "this.". 1874 27
    # warning RequireThis Reference to instance variable 'prefSize' needs "this.". 2626 23
    # warning RequireThis Reference to instance variable 'minSize' needs "this.". 2696 23
    # warning RequireThis Reference to instance variable 'width' needs "this.". 4609 33
    # warning RequireThis Reference to instance variable 'height' needs "this.". 4609 60
    # warning RequireThis Reference to instance variable 'componentListener' needs "this.". 5969 17
    # warning RequireThis Reference to instance variable 'focusListener' needs "this.". 5971 17
    # warning RequireThis Reference to instance variable 'hierarchyListener' needs "this.". 5973 17
    # warning RequireThis Reference to instance variable 'hierarchyBoundsListener' needs "this.". 5975 17
    # warning RequireThis Reference to instance variable 'keyListener' needs "this.". 5977 17
    # warning RequireThis Reference to instance variable 'mouseListener' needs "this.". 5979 17
    # warning RequireThis Reference to instance variable 'mouseMotionListener' needs "this.". 5981 17
    # warning RequireThis Reference to instance variable 'mouseWheelListener' needs "this.". 5983 17
    # warning RequireThis Reference to instance variable 'inputMethodListener' needs "this.". 5985 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Container.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'containerListener' needs "this.". 2191 17
    # warning RequireThis Reference to instance variable 'focusTraversalPolicyProvider' needs "this.". 3464 27
    # warning RequireThis Reference to instance variable 'nativeContainer' needs "this.". 4480 46
    # warning RequireThis Reference to instance variable 'mouseEventTarget' needs "this.". 4500 26
    # warning RequireThis Reference to instance variable 'nativeContainer' needs "this.". 4560 26
    # warning RequireThis Reference to instance variable 'nativeContainer' needs "this.". 4774 47
    # warning RequireThis Reference to instance variable 'nativeContainer' needs "this.". 4819 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/ContainerOrderFocusTraversalPolicy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'FORWARD_TRAVERSAL' needs "this.". 176 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/DefaultKeyboardFocusManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'after' needs "this.". 90 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Dialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 1363 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Dimension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'height' needs "this.". 221 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Event.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 843 30
    # warning RequireThis Reference to instance variable 'key' needs "this.". 845 30
    # warning RequireThis Reference to instance variable 'target' needs "this.". 857 33
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 860 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/EventDispatchThread.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modalComponent' needs "this.". 288 41
    # warning RequireThis Reference to instance variable 'modalComponent' needs "this.". 299 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/EventQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 1044 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/FileDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dir' needs "this.". 573 27
    # warning RequireThis Reference to instance variable 'file' needs "this.". 574 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/FlowLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 624 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Font.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pointSize' needs "this.". 1080 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Frame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'menuBar' needs "this.". 1003 22
    # warning RequireThis Reference to instance variable 'title' needs "this.". 1065 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/GradientPaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 227 30
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 227 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/GraphicsDevice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fullScreenWindow' needs "this.". 345 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/GridLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 452 109
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 453 114
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 461 146
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 462 114

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Insets.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bottom' needs "this.". 150 27
    # warning RequireThis Reference to instance variable 'top' needs "this.". 151 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/JobAttributes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'toPage' needs "this.". 590 40
    # warning RequireThis Reference to instance variable 'minPage' needs "this.". 591 24
    # warning RequireThis Reference to instance variable 'maxPage' needs "this.". 592 24
    # warning RequireThis Reference to instance variable 'minPage' needs "this.". 623 39
    # warning RequireThis Reference to instance variable 'maxPage' needs "this.". 654 39
    # warning RequireThis Reference to instance variable 'minPage' needs "this.". 790 21
    # warning RequireThis Reference to instance variable 'maxPage' needs "this.". 790 39
    # warning RequireThis Reference to instance variable 'fromPage' needs "this.". 929 40
    # warning RequireThis Reference to instance variable 'minPage' needs "this.". 930 22
    # warning RequireThis Reference to instance variable 'maxPage' needs "this.". 931 22
    # warning RequireThis Reference to instance variable 'fromPage' needs "this.". 1014 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/KeyboardFocusManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'component' needs "this.". 2135 59
    # warning RequireThis Reference to instance variable 'heavyweight' needs "this.". 2197 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/LinearGradientPaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dgdX' needs "this.". 155 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/List.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'multipleMode' needs "this.". 717 18
    # warning RequireThis Reference to instance variable 'actionListener' needs "this.". 1017 17
    # warning RequireThis Reference to instance variable 'itemListener' needs "this.". 1019 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/MediaTracker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head' needs "this.". 363 15
    # warning RequireThis Reference to instance variable 'head' needs "this.". 592 15

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Menu.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tearOff' needs "this.". 554 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/MenuItem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'actionListener' needs "this.". 583 17
    # warning RequireThis Reference to instance variable 'label' needs "this.". 660 34
    # warning RequireThis Reference to instance variable 'shortcut' needs "this.". 662 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/MenuShortcut.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'key' needs "this.". 202 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/ModalEventFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modalDialog' needs "this.". 97 22
    # warning RequireThis Reference to instance variable 'modalDialog' needs "this.". 112 28
    # warning RequireThis Reference to instance variable 'modalDialog' needs "ModalEventFilter.this.". 147 26
    # warning RequireThis Reference to instance variable 'modalDialog' needs "ModalEventFilter.this.". 171 30
    # warning RequireThis Reference to instance variable 'modalDialog' needs "ModalEventFilter.this.". 205 26
    # warning RequireThis Reference to instance variable 'documentRoot' needs "this.". 208 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/MultipleGradientPaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fastGradientArraySize' needs "this.". 564 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Polygon.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'npoints' needs "this.". 213 29
    # warning RequireThis Reference to instance variable 'npoints' needs "this.". 408 29
    # warning RequireThis Reference to instance variable 'npoints' needs "this.". 469 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/RadialGradientPaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'centerX' needs "this.". 133 41
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 133 64
    # warning RequireThis Reference to instance variable 'radius' needs "this.". 137 29
    # warning RequireThis Reference to instance variable 'centerX' needs "this.". 139 29
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 140 29
    # warning RequireThis Reference to instance variable 'centerX' needs "this.". 159 24
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 160 24
    # warning RequireThis Reference to instance variable 'isNonCyclic' needs "this.". 176 30
    # warning RequireThis Reference to instance variable 'centerX' needs "this.". 337 36
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 337 58
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 353 37
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 387 26
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 389 33
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 390 33
    # warning RequireThis Reference to instance variable 'focusY' needs "this.". 391 39
    # warning RequireThis Reference to instance variable 'focusY' needs "this.". 394 34
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 394 49
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 408 39
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 418 32
    # warning RequireThis Reference to instance variable 'focusY' needs "this.". 421 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Rectangle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'height' needs "this.". 932 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/ScrollPaneAdjustable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 194 53
    # warning RequireThis Reference to instance variable 'unitIncrement' needs "this.". 243 18
    # warning RequireThis Reference to instance variable 'visibleAmount' needs "this.". 335 35
    # warning RequireThis Reference to instance variable 'value' needs "this.". 337 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Scrollbar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isAdjusting' needs "this.". 942 24
    # warning RequireThis Reference to instance variable 'adjustmentListener' needs "this.". 1051 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/TextComponent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectionStart' needs "this.". 537 24
    # warning RequireThis Reference to instance variable 'textListener' needs "this.". 641 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/TextField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'actionListener' needs "this.". 549 17
    # warning RequireThis Reference to instance variable 'echoChar' needs "this.". 633 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/TexturePaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'incXAcross' needs "this.". 222 35
    # warning RequireThis Reference to instance variable 'incXDown' needs "this.". 222 52
    # warning RequireThis Reference to instance variable 'incYAcross' needs "this.". 223 35
    # warning RequireThis Reference to instance variable 'incYDown' needs "this.". 223 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/TrayIcon.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'peer' needs "this.". 701 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/WaitDispatchSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 192 30
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 193 49
    # warning RequireThis Reference to instance variable 'interval' needs "this.". 195 58
    # warning RequireThis Reference to instance variable 'interval' needs "this.". 239 44
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 298 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Window.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'windowFocusListener' needs "this.". 1937 17
    # warning RequireThis Reference to instance variable 'windowStateListener' needs "this.". 1939 17
    # warning RequireThis Reference to instance variable 'windowListener' needs "this.". 1941 17
    # warning RequireThis Reference to instance variable 'securityWarningAlignmentX' needs "this.". 3962 29
    # warning RequireThis Reference to instance variable 'securityWarningAlignmentY' needs "this.". 3963 29
    # warning RequireThis Reference to instance variable 'securityWarningWidth' needs "this.". 3967 21
    # warning RequireThis Reference to instance variable 'securityWarningHeight' needs "this.". 3970 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/datatransfer/DataFlavor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mimeType' needs "this.". 1296 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/dnd/DragSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'listener' needs "this.". 691 17
    # warning RequireThis Reference to instance variable 'motionListener' needs "this.". 693 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/dnd/DragSourceDragEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gestureModifiers' needs "this.". 207 35
    # warning RequireThis Reference to instance variable 'gestureModifiers' needs "this.". 224 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/dnd/DropTarget.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'component' needs "this.". 210 20
    # warning RequireThis Reference to instance variable 'componentPeer' needs "this.". 216 27
    # warning RequireThis Reference to instance variable 'active' needs "this.". 284 25
    # warning RequireThis Reference to instance variable 'componentPeer' needs "this.". 498 21
    # warning RequireThis Reference to instance variable 'locn' needs "this.". 706 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/event/HierarchyEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'changed' needs "this.". 298 44
    # warning RequireThis Reference to instance variable 'changed' needs "this.". 301 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/event/MouseWheelEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wheelRotation' needs "this.". 422 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/CharArrayIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 140 21
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 170 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/GlyphMetrics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'advanceX' needs "this.". 215 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/ImageGraphicAttribute.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fOriginY' needs "this.". 130 41
    # warning RequireThis Reference to instance variable 'fOriginX' needs "this.". 141 40
    # warning RequireThis Reference to instance variable 'fOriginX' needs "this.". 164 45
    # warning RequireThis Reference to instance variable 'fOriginY' needs "this.". 164 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/LineBreakMeasurer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 353 19
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 354 32
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 361 37
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 362 30
    # warning RequireThis Reference to instance variable 'start' needs "this.". 364 82
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 376 32
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 384 35
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 387 38
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 439 19
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 441 32
    # warning RequireThis Reference to instance variable 'start' needs "this.". 475 27
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 475 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/NumericShaper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'end' needs "this.". 366 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/StyledParagraph.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 270 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 293 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 312 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/TextHitInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'charIndex' needs "this.". 128 32
    # warning RequireThis Reference to instance variable 'charIndex' needs "this.". 173 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/TextJustifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 111 37
    # warning RequireThis Reference to instance variable 'start' needs "this.". 118 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 178 37
    # warning RequireThis Reference to instance variable 'start' needs "this.". 181 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/TextLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 690 40
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 699 37
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1123 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1127 26
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1240 39
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1330 32
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1353 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1355 27
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1374 22
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1408 22
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1435 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1521 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1573 51
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1608 45
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1615 40
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1840 35
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1845 37
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1867 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2108 29
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2120 29
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2196 27
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2196 60
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2280 50
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2323 89
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2330 65
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2386 51
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2397 29
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2498 29
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2538 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/TextLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 537 30
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 580 56
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 585 60
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 590 61
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 604 42
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 883 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/TextMeasurer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fComponentLimit' needs "this.". 287 51
    # warning RequireThis Reference to instance variable 'fComponentStart' needs "this.". 493 21
    # warning RequireThis Reference to instance variable 'fComponentLimit' needs "this.". 493 48
    # warning RequireThis Reference to instance variable 'layoutCount' needs "this.". 505 62
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 553 34
    # warning RequireThis Reference to instance variable 'fComponentStart' needs "this.". 556 30
    # warning RequireThis Reference to instance variable 'fComponentLimit' needs "this.". 557 31
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 582 34
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 583 34
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 607 34
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 608 34
    # warning RequireThis Reference to instance variable 'formattedChars' needs "this.". 629 49
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 667 19
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 671 40
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 672 40
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 726 19
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 730 40
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 731 38
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 733 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/AffineTransform.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 892 23
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 892 36
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 892 49
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 892 62
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 929 27
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 930 27
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 957 27
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 958 27
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1048 26
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1048 38
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1051 28
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1054 26
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1254 24
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1254 35
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1255 24
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1255 35
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1264 24
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1264 35
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1265 24
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1265 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1272 24
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1273 24
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1282 24
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1283 24
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1290 24
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1291 24
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1300 24
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1301 24
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 1308 24
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 1309 24
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1341 15
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1343 14
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1344 15
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1379 14
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1421 22
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1422 22
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1425 22
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1426 22
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1503 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1504 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1507 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1508 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1597 37
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1597 61
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1598 37
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1598 61
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1602 37
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1602 61
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1603 37
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1603 61
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1607 37
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1607 61
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1608 37
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1608 61
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1711 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1712 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1716 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1717 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1873 36
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1960 36
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2309 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2312 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2356 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2357 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2362 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2363 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2372 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2377 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2385 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2390 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2520 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2524 18
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2528 18
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2543 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2544 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2553 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2554 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2558 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2559 18
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2565 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2566 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2575 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2579 18
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2585 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2586 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2595 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2599 18
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2605 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2606 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2659 25
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2659 37
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2666 47
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2666 59
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2667 47
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2667 59
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2672 25
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2672 37
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2685 59
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2686 47
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2693 57
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2694 46
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2701 47
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2702 59
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2709 46
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2710 57
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2755 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2755 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2755 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2756 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2756 30
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2756 41
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2770 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2770 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2771 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2771 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2785 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2785 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2786 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2786 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2798 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2799 19
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2811 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2811 30
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2812 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2812 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2824 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2825 19
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2889 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2889 45
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2890 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2890 45
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2893 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2893 45
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2893 54
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2893 64
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2896 35
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2896 50
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2899 35
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2899 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2902 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2902 50
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2905 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2905 44
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2908 35
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2908 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2972 37
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2972 47
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2973 37
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2973 47
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2976 37
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2976 47
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2976 56
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2976 66
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2979 37
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2979 52
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2982 37
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2982 46
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2985 37
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2985 52
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2988 37
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2988 46
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2991 37
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2991 46
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3047 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3047 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3047 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3048 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3048 30
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3048 41
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3057 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3057 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3058 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3058 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3067 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3067 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3068 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3068 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3076 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3076 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3084 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3084 30
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3085 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3085 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3092 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3092 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3099 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3099 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3161 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3161 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3161 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3162 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3162 30
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3162 41
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3171 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3171 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3172 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3172 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3181 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3181 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3182 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3182 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3190 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3190 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3198 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3198 30
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3199 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3199 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3206 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3206 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3213 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3213 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3256 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3256 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3256 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3257 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3257 30
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3257 41
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3266 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3266 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3267 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3267 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3276 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3276 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3277 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3277 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3285 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3285 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3293 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3293 30
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3294 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3294 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3301 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3301 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3308 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3308 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3351 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3351 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3351 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3352 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3352 30
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3352 41
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3361 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3361 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3362 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3362 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3371 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3371 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3372 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3372 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3380 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3380 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3388 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3388 30
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3389 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3389 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3396 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3396 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3403 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3403 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3457 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3458 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3461 32
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3461 44
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3466 36
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3466 46
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3467 36
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3467 46
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3470 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3471 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3477 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3477 44
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3480 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3481 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3487 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3487 44
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3490 35
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3490 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3551 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3551 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3551 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3552 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3552 30
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3552 41
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3566 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3566 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3567 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3567 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3581 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3581 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3582 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3582 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3593 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3593 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3604 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3604 30
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3605 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3605 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3615 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3615 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3625 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3625 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3684 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3684 45
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3684 54
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3684 64
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3688 35
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3688 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3692 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3692 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3759 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3759 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3760 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3760 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3770 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3770 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3779 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3779 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/ArcIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'arcSegs' needs "this.". 62 51
    # warning RequireThis Reference to instance variable 'lineSegs' needs "this.". 99 34
    # warning RequireThis Reference to instance variable 'arcSegs' needs "this.". 224 21
    # warning RequireThis Reference to instance variable 'lineSegs' needs "this.". 225 36
    # warning RequireThis Reference to instance variable 'increment' needs "this.". 240 18
    # warning RequireThis Reference to instance variable 'w' needs "this.". 245 41
    # warning RequireThis Reference to instance variable 'h' needs "this.". 246 41
    # warning RequireThis Reference to instance variable 'arcSegs' needs "this.". 284 21
    # warning RequireThis Reference to instance variable 'lineSegs' needs "this.". 285 36
    # warning RequireThis Reference to instance variable 'increment' needs "this.". 300 18
    # warning RequireThis Reference to instance variable 'w' needs "this.". 305 32
    # warning RequireThis Reference to instance variable 'h' needs "this.". 306 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/Area.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thiscurve' needs "this.". 689 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/FlatteningPathIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'holdEnd' needs "this.". 200 26
    # warning RequireThis Reference to instance variable 'curx' needs "this.". 219 24
    # warning RequireThis Reference to instance variable 'cury' needs "this.". 220 24
    # warning RequireThis Reference to instance variable 'movx' needs "this.". 226 20
    # warning RequireThis Reference to instance variable 'movy' needs "this.". 227 20
    # warning RequireThis Reference to instance variable 'holdEnd' needs "this.". 232 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 245 28
    # warning RequireThis Reference to instance variable 'holdEnd' needs "this.". 277 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 292 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/Line2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 195 22
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 196 21
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 197 26
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 199 21
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 200 26
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 202 22
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 203 21
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 204 26
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 206 21
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 207 26
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 347 22
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 348 21
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 349 26
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 351 21
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 352 26
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 354 22
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 355 21
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 356 26
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 358 21
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 359 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/Path2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCoords' needs "Path2D.this.". 254 37
    # warning RequireThis Reference to instance variable 'numTypes' needs "Path2D.this.". 482 33
    # warning RequireThis Reference to instance variable 'numTypes' needs "Path2D.this.". 560 60
    # warning RequireThis Reference to instance variable 'numCoords' needs "Path2D.this.". 1077 37
    # warning RequireThis Reference to instance variable 'numTypes' needs "Path2D.this.". 1206 33
    # warning RequireThis Reference to instance variable 'numTypes' needs "Path2D.this.". 1284 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/Point2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 132 37
    # warning RequireThis Reference to instance variable 'x' needs "this.". 216 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/AffineTransformOp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'interpolationType' needs "this.". 543 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/AreaAveragingScaleFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'savedy' needs "this.". 147 18
    # warning RequireThis Reference to instance variable 'savedyrem' needs "this.". 148 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/BandCombineOp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 88 27
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 109 29
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 173 39
    # warning RequireThis Reference to instance variable 'ncols' needs "this.". 175 43
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 191 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/BufferedImageFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'height' needs "this.". 129 28
    # warning RequireThis Reference to instance variable 'width' needs "this.". 204 24
    # warning RequireThis Reference to instance variable 'height' needs "this.". 207 45
    # warning RequireThis Reference to instance variable 'width' needs "this.". 216 31
    # warning RequireThis Reference to instance variable 'height' needs "this.". 294 45
    # warning RequireThis Reference to instance variable 'width' needs "this.". 300 24
    # warning RequireThis Reference to instance variable 'width' needs "this.". 305 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 363 62
    # warning RequireThis Reference to instance variable 'height' needs "this.". 411 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/ColorModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1070 25
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1074 41
    # warning RequireThis Reference to instance variable 'isAlphaPremultiplied' needs "this.". 1077 30
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1078 57
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1079 31
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1084 31
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1088 31
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1166 25
    # warning RequireThis Reference to instance variable 'isAlphaPremultiplied' needs "this.". 1173 30
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1175 56
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1178 35
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1184 35
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1188 39
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1191 31
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1468 33
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1496 33
    # warning RequireThis Reference to instance variable 'pixel_bits' needs "this.". 1668 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/ComponentColorModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'signed' needs "this.". 501 28
    # warning RequireThis Reference to instance variable 'is_LinearRGB_stdScale' needs "this.". 1129 33
    # warning RequireThis Reference to instance variable 'is_LinearRGB_stdScale' needs "this.". 1209 45
    # warning RequireThis Reference to instance variable 'is_LinearRGB_stdScale' needs "this.". 1308 45
    # warning RequireThis Reference to instance variable 'is_LinearRGB_stdScale' needs "this.". 1388 45
    # warning RequireThis Reference to instance variable 'is_LinearRGB_stdScale' needs "this.". 1475 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/ComponentSampleModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 167 25
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 451 24
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 451 43
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 468 24
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 468 43
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 481 25
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 597 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 597 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 718 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 718 48
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 719 25
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 757 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 757 47
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 763 33
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 767 30
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 769 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 793 37
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 793 56
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 818 44
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 818 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 843 46
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 843 65
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 877 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 877 47
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 885 31
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 887 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 937 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 937 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1011 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1011 47
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1012 24
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1043 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1043 47
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1049 33
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1053 30
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1055 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1079 24
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1079 43
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1103 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1103 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1128 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1128 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1153 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1153 47
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1160 31
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1162 26
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1191 17
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1203 17
    # warning RequireThis Reference to instance variable 'numBanks' needs "this.". 1205 17
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1207 17
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1209 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/CropImageFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 119 18
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 120 18
    # warning RequireThis Reference to instance variable 'cropW' needs "this.". 123 26
    # warning RequireThis Reference to instance variable 'cropW' needs "this.". 124 26
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 127 18
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 128 18
    # warning RequireThis Reference to instance variable 'cropH' needs "this.". 132 26
    # warning RequireThis Reference to instance variable 'cropH' needs "this.". 133 26
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 138 33
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 138 45
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 159 18
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 160 18
    # warning RequireThis Reference to instance variable 'cropW' needs "this.". 163 26
    # warning RequireThis Reference to instance variable 'cropW' needs "this.". 164 26
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 167 18
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 168 18
    # warning RequireThis Reference to instance variable 'cropH' needs "this.". 172 26
    # warning RequireThis Reference to instance variable 'cropH' needs "this.". 173 26
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 178 33
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 178 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/DirectColorModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lRGBprecision' needs "this.". 338 43
    # warning RequireThis Reference to instance variable 'is_LinearRGB' needs "this.". 454 24
    # warning RequireThis Reference to instance variable 'is_LinearRGB' needs "this.". 780 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/IndexColorModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 664 29
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 677 29
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 690 29
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 703 29
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 724 35
    # warning RequireThis Reference to instance variable 'pixel_mask' needs "this.". 779 29
    # warning RequireThis Reference to instance variable 'pixel_mask' needs "this.". 794 29
    # warning RequireThis Reference to instance variable 'pixel_mask' needs "this.". 809 28
    # warning RequireThis Reference to instance variable 'pixel_mask' needs "this.". 822 29
    # warning RequireThis Reference to instance variable 'pixel_mask' needs "this.". 837 28
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 913 33
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 947 31
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 957 35
    # warning RequireThis Reference to instance variable 'transparent_index' needs "this.". 983 19
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 993 31
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 1477 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/MemoryImageSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'width' needs "this.". 456 21
    # warning RequireThis Reference to instance variable 'height' needs "this.". 457 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/MultiPixelPackedSampleModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 252 26
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 253 23
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 265 19
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 362 40
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 363 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 363 62
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 392 42
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 393 25
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 393 52
    # warning RequireThis Reference to instance variable 'bitMask' needs "this.". 398 25
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 459 40
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 475 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 476 44
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 491 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 492 43
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 507 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 508 43
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 544 40
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 545 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 545 62
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 599 42
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 600 25
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 600 52
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 647 42
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 648 25
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 648 52
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 686 17
    # warning RequireThis Reference to instance variable 'bitMask' needs "this.". 688 17
    # warning RequireThis Reference to instance variable 'pixelsPerDataElement' needs "this.". 690 17
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 692 17
    # warning RequireThis Reference to instance variable 'dataBitOffset' needs "this.". 694 17
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 696 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/PixelGrabber.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 368 28
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 371 29
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 377 40
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 378 23
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 431 27
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 444 19
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 474 20
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 483 34
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 484 28
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 489 20
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 498 34
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 499 28
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 504 39
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 504 65
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 507 46
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 508 27
    # warning RequireThis Reference to instance variable 'dstScan' needs "this.". 518 31
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 561 20
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 570 34
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 571 28
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 576 20
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 585 34
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 586 28
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 593 44
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 594 27
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 601 39
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 601 65
    # warning RequireThis Reference to instance variable 'dstScan' needs "this.". 606 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/RGBImageFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'origmodel' needs "this.". 227 22
    # warning RequireThis Reference to instance variable 'origmodel' needs "this.". 264 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/Raster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1111 20
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1115 20
    # warning RequireThis Reference to instance variable 'sampleModel' needs "this.". 1340 30
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1469 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1470 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1503 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1504 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1522 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1523 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1542 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1543 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1561 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1562 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1583 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1584 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1606 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1607 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1629 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1630 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1651 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1652 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1672 47
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1673 47
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1693 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1694 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1719 43
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1720 43
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1746 43
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1747 43
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1772 44
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1773 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/ReplicateScaleFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'srcWidth' needs "this.". 152 29
    # warning RequireThis Reference to instance variable 'srcHeight' needs "this.". 153 30
    # warning RequireThis Reference to instance variable 'destHeight' needs "this.". 155 40
    # warning RequireThis Reference to instance variable 'destWidth' needs "this.". 158 38
    # warning RequireThis Reference to instance variable 'destHeight' needs "this.". 165 30
    # warning RequireThis Reference to instance variable 'destHeight' needs "this.". 166 65
    # warning RequireThis Reference to instance variable 'destWidth' needs "this.". 169 30
    # warning RequireThis Reference to instance variable 'destWidth' needs "this.". 170 63
    # warning RequireThis Reference to instance variable 'srcWidth' needs "this.". 193 61
    # warning RequireThis Reference to instance variable 'srcHeight' needs "this.". 194 63
    # warning RequireThis Reference to instance variable 'srcWidth' needs "this.". 234 61
    # warning RequireThis Reference to instance variable 'srcHeight' needs "this.". 235 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/RescaleOp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 110 27
    # warning RequireThis Reference to instance variable 'dstNbits' needs "this.". 283 29
    # warning RequireThis Reference to instance variable 'srcNbits' needs "this.". 298 29
    # warning RequireThis Reference to instance variable 'srcNbits' needs "this.". 508 34
    # warning RequireThis Reference to instance variable 'dstNbits' needs "this.". 509 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/SampleModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 246 25
    # warning RequireThis Reference to instance variable 'width' needs "this.". 364 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 364 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 364 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 365 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 365 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 365 66
    # warning RequireThis Reference to instance variable 'width' needs "this.". 594 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 594 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 594 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 595 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 595 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 595 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 711 25
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 742 25
    # warning RequireThis Reference to instance variable 'width' needs "this.". 774 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 774 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 774 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 775 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 775 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 775 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 787 32
    # warning RequireThis Reference to instance variable 'width' needs "this.". 822 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 822 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 822 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 823 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 823 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 823 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 835 32
    # warning RequireThis Reference to instance variable 'width' needs "this.". 869 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 869 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 869 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 870 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 870 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 870 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 883 33
    # warning RequireThis Reference to instance variable 'width' needs "this.". 985 37
    # warning RequireThis Reference to instance variable 'height' needs "this.". 986 37
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1034 37
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1035 37
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1083 37
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1084 37
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1119 25
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1139 25
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1158 25
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1185 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1185 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1185 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1186 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1186 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1186 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1193 33
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1223 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1223 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1223 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1224 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1224 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1224 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1231 32
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1261 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1261 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1261 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1262 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1262 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1262 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1269 33
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1377 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1377 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1377 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1378 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1378 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1378 66
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1415 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1415 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1415 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1416 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1416 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1416 66
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1454 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1454 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1454 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1455 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1455 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1455 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/SinglePixelPackedSampleModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxBitSize' needs "this.". 181 27
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 270 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 381 47
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 395 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 409 41
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 441 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 479 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 490 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 514 39
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 547 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 556 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 609 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 615 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 621 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 643 30
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 677 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 691 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 714 36
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 717 24
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 741 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 752 26
    # warning RequireThis Reference to instance variable 'maxBitSize' needs "this.". 796 17
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 798 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/beans/EventHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'action' needs "this.". 478 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/beans/XMLEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'indentation' needs "this.". 567 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/beans/beancontext/BeanContextChildSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'beanContext' needs "this.". 100 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/beans/beancontext/BeanContextServicesSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'delegateProvider' needs "this.". 213 31
    # warning RequireThis Reference to instance variable 'serviceProvider' needs "this.". 220 31
    # warning RequireThis Reference to instance variable 'delegateRefs' needs "this.". 274 50
    # warning RequireThis Reference to instance variable 'serializable' needs "this.". 1145 39
    # warning RequireThis Reference to instance variable 'serializable' needs "this.". 1162 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/beans/beancontext/BeanContextSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serializable' needs "this.". 947 43
    # warning RequireThis Reference to instance variable 'serializable' needs "this.". 965 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/BufferedInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'markpos' needs "this.". 211 32
    # warning RequireThis Reference to instance variable 'marklimit' needs "this.". 220 27
    # warning RequireThis Reference to instance variable 'marklimit' needs "this.". 221 27
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 234 17
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 237 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 253 20
    # warning RequireThis Reference to instance variable 'count' needs "this.". 255 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 266 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 276 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 361 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 370 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 398 25
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 415 19
    # warning RequireThis Reference to instance variable 'markpos' needs "this.". 438 15
    # warning RequireThis Reference to instance variable 'buf' needs "this.". 467 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/BufferedReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'markedChar' needs "this.". 128 36
    # warning RequireThis Reference to instance variable 'readAheadLimit' needs "this.". 129 26
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 174 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 176 37
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 196 25
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 207 25
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 212 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 214 33
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 218 40
    # warning RequireThis Reference to instance variable 'skipLF' needs "this.". 311 42
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 316 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 318 33
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 335 26
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 335 40
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 343 29
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 403 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 405 33
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 413 35
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 421 32
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 447 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 450 32
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 456 32
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 490 26
    # warning RequireThis Reference to instance variable 'skipLF' needs "this.". 491 28
    # warning RequireThis Reference to instance variable 'markedChar' needs "this.". 508 24
    # warning RequireThis Reference to instance variable 'markedSkipLF' needs "this.". 509 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/BufferedWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 142 29
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 183 24
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 194 38
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 198 33
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 225 38
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 229 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/ByteArrayInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 144 23
    # warning RequireThis Reference to instance variable 'count' needs "this.". 183 20
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 187 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 212 26
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 232 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 262 16
    # warning RequireThis Reference to instance variable 'mark' needs "this.". 271 15

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/CharArrayReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 103 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 130 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 134 31
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 161 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 180 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 206 25
    # warning RequireThis Reference to instance variable 'markedPos' needs "this.". 219 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/Console.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 432 37
    # warning RequireThis Reference to instance variable 'rcb' needs "Console.this.". 455 47
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 463 39
    # warning RequireThis Reference to instance variable 'rcb' needs "Console.this.". 474 45
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 482 45
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 493 44
    # warning RequireThis Reference to instance variable 'rcb' needs "Console.this.". 499 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/ExpiringCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'millisUntilExpiration' needs "this.". 105 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/File.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prefixLength' needs "this.". 429 21
    # warning RequireThis Reference to instance variable 'prefixLength' needs "this.". 448 21
    # warning RequireThis Reference to instance variable 'filePath' needs "this.". 2067 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/LineNumberInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineNumber' needs "this.". 259 26
    # warning RequireThis Reference to instance variable 'pushBack' needs "this.". 260 26
    # warning RequireThis Reference to instance variable 'markLineNumber' needs "this.". 288 22
    # warning RequireThis Reference to instance variable 'markPushBack' needs "this.". 289 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/LineNumberReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineNumber' needs "this.". 261 32
    # warning RequireThis Reference to instance variable 'skipLF' needs "this.". 262 32
    # warning RequireThis Reference to instance variable 'markedLineNumber' needs "this.". 276 26
    # warning RequireThis Reference to instance variable 'markedSkipLF' needs "this.". 277 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/ObjectInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'enableResolve' needs "this.". 772 23
    # warning RequireThis Reference to instance variable 'depth' needs "this.". 1996 57
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2393 30
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2525 33
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2541 44
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2554 28
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2587 28
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2604 32
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2610 62
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2626 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2648 44
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2674 28
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2680 49
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2756 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2768 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2780 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2792 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2804 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2816 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2828 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2860 34
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2864 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2881 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2885 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2903 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2907 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2925 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2929 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2946 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2950 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2967 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2971 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2988 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2992 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 3022 35
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 3055 40
    # warning RequireThis Reference to instance variable 'size' needs "this.". 3344 23
    # warning RequireThis Reference to instance variable 'size' needs "this.". 3469 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/ObjectOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'enableReplace' needs "this.". 610 23
    # warning RequireThis Reference to instance variable 'blkmode' needs "this.". 1820 27
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 1837 63
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 1967 65
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2005 69
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2017 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2034 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2051 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2068 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2084 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2101 51
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 2258 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2317 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/ObjectStreamClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'externalizable' needs "this.". 602 39
    # warning RequireThis Reference to instance variable 'suid' needs "this.". 654 69
    # warning RequireThis Reference to instance variable 'numObjFields' needs "this.". 1280 29
    # warning RequireThis Reference to instance variable 'numPrimFields' needs "this.". 1904 33
    # warning RequireThis Reference to instance variable 'numPrimFields' needs "this.". 1955 33
    # warning RequireThis Reference to instance variable 'numPrimFields' needs "this.". 2047 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/PipedInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'out' needs "this.". 204 19
    # warning RequireThis Reference to instance variable 'out' needs "this.". 231 23
    # warning RequireThis Reference to instance variable 'in' needs "this.". 234 23
    # warning RequireThis Reference to instance variable 'out' needs "this.". 236 29
    # warning RequireThis Reference to instance variable 'in' needs "this.". 241 48
    # warning RequireThis Reference to instance variable 'closedByReader' needs "this.". 260 38
    # warning RequireThis Reference to instance variable 'out' needs "this.". 268 22
    # warning RequireThis Reference to instance variable 'out' needs "this.". 336 19
    # warning RequireThis Reference to instance variable 'out' needs "this.". 388 22
    # warning RequireThis Reference to instance variable 'out' needs "this.". 389 67
    # warning RequireThis Reference to instance variable 'out' needs "this.". 406 23
    # warning RequireThis Reference to instance variable 'out' needs "this.". 430 23
    # warning RequireThis Reference to instance variable 'out' needs "this.". 432 23
    # warning RequireThis Reference to instance variable 'out' needs "this.". 433 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/PipedReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'closedByReader' needs "this.". 172 38
    # warning RequireThis Reference to instance variable 'out' needs "this.". 179 22
    # warning RequireThis Reference to instance variable 'out' needs "this.". 266 19
    # warning RequireThis Reference to instance variable 'out' needs "this.". 321 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/PushbackInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 231 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/PushbackReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 177 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/StreamTokenizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ttype' needs "this.". 643 35
    # warning RequireThis Reference to instance variable 'ttype' needs "this.". 700 27
    # warning RequireThis Reference to instance variable 'slashStarCommentsP' needs "this.". 706 49
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 803 19
    # warning RequireThis Reference to instance variable 'nval' needs "this.". 806 26
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 820 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/StringBufferInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 92 23
    # warning RequireThis Reference to instance variable 'count' needs "this.". 118 20
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 122 27
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 147 25
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 148 25
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 162 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/StringReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 70 25
    # warning RequireThis Reference to instance variable 'length' needs "this.". 97 25
    # warning RequireThis Reference to instance variable 'next' needs "this.". 99 39
    # warning RequireThis Reference to instance variable 'length' needs "this.". 125 25
    # warning RequireThis Reference to instance variable 'next' needs "this.". 128 40
    # warning RequireThis Reference to instance variable 'next' needs "this.". 175 20
    # warning RequireThis Reference to instance variable 'mark' needs "this.". 188 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/StringWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buf' needs "this.". 51 16
    # warning RequireThis Reference to instance variable 'buf' needs "this.". 70 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/Writer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'writeBufferSize' needs "this.". 183 24
    # warning RequireThis Reference to instance variable 'writeBuffer' needs "this.". 187 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/AbstractStringBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 202 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 229 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 258 30
    # warning RequireThis Reference to instance variable 'count' needs "this.". 285 42
    # warning RequireThis Reference to instance variable 'count' needs "this.". 311 34
    # warning RequireThis Reference to instance variable 'count' needs "this.". 352 39
    # warning RequireThis Reference to instance variable 'count' needs "this.". 374 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 695 19
    # warning RequireThis Reference to instance variable 'count' needs "this.". 696 19
    # warning RequireThis Reference to instance variable 'count' needs "this.". 761 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 790 21
    # warning RequireThis Reference to instance variable 'count' needs "this.". 795 19
    # warning RequireThis Reference to instance variable 'count' needs "this.". 796 19
    # warning RequireThis Reference to instance variable 'count' needs "this.". 869 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/Class.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'descriptor' needs "this.". 979 72
    # warning RequireThis Reference to instance variable 'classRedefinedCount' needs "this.". 2239 35
    # warning RequireThis Reference to instance variable 'classRedefinedCount' needs "this.". 2250 34
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2482 33
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2509 33
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2524 37
    # warning RequireThis Reference to instance variable 'declaredAnnotations' needs "this.". 3093 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/ClassLoader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultDomain' needs "this.". 654 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/Package.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pkgName' needs "this.". 364 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/StackTraceElement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fileName' needs "this.". 175 21
    # warning RequireThis Reference to instance variable 'fileName' needs "this.". 176 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/String.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 694 38
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 697 30
    # warning RequireThis Reference to instance variable 'count' needs "this.". 723 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 726 74
    # warning RequireThis Reference to instance variable 'count' needs "this.". 753 30
    # warning RequireThis Reference to instance variable 'count' needs "this.". 781 42
    # warning RequireThis Reference to instance variable 'count' needs "this.". 808 34
    # warning RequireThis Reference to instance variable 'count' needs "this.". 857 22
    # warning RequireThis Reference to instance variable 'count' needs "this.". 915 22
    # warning RequireThis Reference to instance variable 'count' needs "this.". 1579 33
    # warning RequireThis Reference to instance variable 'count' needs "this.". 1589 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 1610 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 1954 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 1960 51
    # warning RequireThis Reference to instance variable 'count' needs "this.". 2341 27
    # warning RequireThis Reference to instance variable 'count' needs "this.". 2467 48
    # warning RequireThis Reference to instance variable 'count' needs "this.". 2500 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 2632 48
    # warning RequireThis Reference to instance variable 'count' needs "this.". 2666 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 2781 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/Thread.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'contextClassLoader' needs "this.". 1449 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/ThreadGroup.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 268 31
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 346 22
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 347 31
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 442 35
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 480 31
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 575 35
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 638 34
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 641 31
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 692 34
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 701 31
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 739 34
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 742 31
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 777 31
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 832 34
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 967 34
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 997 34
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 1003 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/ThreadLocal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 445 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/FilterGeneric.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'entryType' needs "this.". 138 33
    # warning RequireThis Reference to instance variable 'key' needs "this.". 293 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/FromGeneric.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 155 21
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 186 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/InvokeGeneric.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'erasedCallerType' needs "this.". 146 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/Invokers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 91 68
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 156 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/MemberName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 135 52
    # warning RequireThis Reference to instance variable 'type' needs "this.". 180 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/MethodHandle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1186 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/MethodTypeForm.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'erasedType' needs "this.". 476 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/SpreadGeneric.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 87 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/ToGeneric.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'entryType' needs "this.". 222 21
    # warning RequireThis Reference to instance variable 'entryType' needs "this.". 262 28
    # warning RequireThis Reference to instance variable 'convert' needs "this.". 344 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/management/MemoryUsage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'init' needs "this.". 243 32
    # warning RequireThis Reference to instance variable 'used' needs "this.". 244 32
    # warning RequireThis Reference to instance variable 'committed' needs "this.". 245 37
    # warning RequireThis Reference to instance variable 'max' needs "this.". 247 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/math/BigDecimal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'intVal' needs "this.". 3690 23
    # warning RequireThis Reference to instance variable 'intCompact' needs "this.". 3841 28
    # warning RequireThis Reference to instance variable 'intCompact' needs "this.". 3844 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/math/BigInteger.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'signum' needs "this.". 1057 49
    # warning RequireThis Reference to instance variable 'signum' needs "this.". 1124 49
    # warning RequireThis Reference to instance variable 'signum' needs "this.". 2600 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/math/BitSieve.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 89 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/math/MathContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'precision' needs "this.". 300 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/math/MutableBigInteger.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 132 63
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 208 57
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 248 52
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 267 44
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 269 21
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 308 32
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 313 32
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 336 24
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 404 50
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 411 52
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 420 22
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 484 29
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 489 37
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 490 30
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 493 29
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 554 27
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 554 49
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 570 42
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 575 20
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 596 28
    # warning RequireThis Reference to instance variable 'value' needs "this.". 605 41
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 605 65
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 607 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 757 41
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 790 45
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 850 33
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 1270 43
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 1277 36
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 1279 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/AbstractPlainSocketImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'CONNECTION_RESET' needs "this.". 625 35
    # warning RequireThis Reference to instance variable 'CONNECTION_RESET_PENDING' needs "this.". 631 35
    # warning RequireThis Reference to instance variable 'CONNECTION_RESET' needs "this.". 637 26
    # warning RequireThis Reference to instance variable 'CONNECTION_NOT_RESET' needs "this.". 643 31
    # warning RequireThis Reference to instance variable 'CONNECTION_RESET_PENDING' needs "this.". 644 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/DatagramPacket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 373 23
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 374 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/HttpCookie.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxAge' needs "this.". 236 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/InetSocketAddress.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 191 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/NetworkInterface.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 126 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 134 29
    # warning RequireThis Reference to instance variable 'displayName' needs "this.". 548 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/ServerSocket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oldImpl' needs "this.". 595 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/Socket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oldImpl' needs "this.". 1522 29
    # warning RequireThis Reference to instance variable 'oldImpl' needs "this.". 1539 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/SocketPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'untrusted' needs "this.". 592 24
    # warning RequireThis Reference to instance variable 'wildcard' needs "this.". 1043 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/URI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 1475 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/URL.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 590 70
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 1245 58
    # warning RequireThis Reference to instance variable 'file' needs "this.". 1278 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/nio/Buffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 235 28
    # warning RequireThis Reference to instance variable 'position' needs "this.". 238 20
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 266 25
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 269 24
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 269 42
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 270 20
    # warning RequireThis Reference to instance variable 'position' needs "this.". 280 16
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 322 17
    # warning RequireThis Reference to instance variable 'position' needs "this.". 349 17
    # warning RequireThis Reference to instance variable 'position' needs "this.". 383 24
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 394 27
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 491 25
    # warning RequireThis Reference to instance variable 'position' needs "this.". 497 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 512 25
    # warning RequireThis Reference to instance variable 'position' needs "this.". 518 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 531 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/nio/channels/spi/AbstractSelectableChannel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyCount' needs "this.". 109 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/nio/charset/MalformedInputException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputLength' needs "this.". 54 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/nio/charset/UnmappableCharacterException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputLength' needs "this.". 54 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/nio/file/FileTreeWalker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxDepth' needs "this.". 134 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/AccessControlContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'privilegedContext' needs "this.". 234 19
    # warning RequireThis Reference to instance variable 'privilegedContext' needs "this.". 386 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/CodeSigner.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'timestamp' needs "this.". 161 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/Identity.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'info' needs "this.". 444 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/KeyFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'spi' needs "this.". 288 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/KeyPairGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'spi' needs "this.". 574 52
    # warning RequireThis Reference to instance variable 'initType' needs "this.". 599 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/KeyRep.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 181 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/KeyStore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protection' needs "FileBuilder.this.". 1599 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/Provider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 208 42
    # warning RequireThis Reference to instance variable 'name' needs "this.". 210 39
    # warning RequireThis Reference to instance variable 'name' needs "this.". 224 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 226 37
    # warning RequireThis Reference to instance variable 'name' needs "this.". 241 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 243 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 326 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 328 36
    # warning RequireThis Reference to instance variable 'name' needs "this.". 362 41
    # warning RequireThis Reference to instance variable 'name' needs "this.". 364 39
    # warning RequireThis Reference to instance variable 'name' needs "this.". 579 27
    # warning RequireThis Reference to instance variable 'servicesChanged' needs "this.". 717 30
    # warning RequireThis Reference to instance variable 'name' needs "this.". 765 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 857 43
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1234 70
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 1259 23
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 1264 23
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1286 48
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1363 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/Signature.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 1011 29
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 1050 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/Timestamp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'timestamp' needs "this.". 146 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/UnresolvedPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 293 58
    # warning RequireThis Reference to instance variable 'type' needs "this.". 490 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/CertPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 227 26
    # warning RequireThis Reference to instance variable 'type' needs "this.". 291 56
    # warning RequireThis Reference to instance variable 'type' needs "this.". 337 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/Certificate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 247 33
    # warning RequireThis Reference to instance variable 'type' needs "this.". 269 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/CertificateRevokedException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'reason' needs "this.". 176 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/CollectionCertStoreParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'coll' needs "this.". 137 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/LDAPCertStoreParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverName' needs "this.". 144 38
    # warning RequireThis Reference to instance variable 'port' needs "this.". 145 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/PKIXBuilderParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxPathLength' needs "this.". 195 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/PKIXCertPathBuilderResult.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certPath' needs "this.". 112 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/PKIXCertPathValidatorResult.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'subjectPublicKey' needs "this.". 155 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/PKIXParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'revocationEnabled' needs "this.". 718 54
    # warning RequireThis Reference to instance variable 'explicitPolicyRequired' needs "this.". 719 52
    # warning RequireThis Reference to instance variable 'policyMappingInhibited' needs "this.". 720 52
    # warning RequireThis Reference to instance variable 'anyPolicyInhibited' needs "this.". 721 48
    # warning RequireThis Reference to instance variable 'policyQualifiersRejected' needs "this.". 722 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/PolicyQualifierInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mId' needs "this.". 166 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/X509CRLSelector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minCRL' needs "this.". 578 44
    # warning RequireThis Reference to instance variable 'maxCRL' needs "this.". 580 44
    # warning RequireThis Reference to instance variable 'dateAndTime' needs "this.". 582 43
    # warning RequireThis Reference to instance variable 'certChecking' needs "this.". 584 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/X509CertSelector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'subjectPublicKeyAlgID' needs "this.". 2252 23
    # warning RequireThis Reference to instance variable 'basicConstraints' needs "this.". 2589 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/sql/DriverManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'driver' needs "this.". 634 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/sql/SQLException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SQLState' needs "this.". 217 53
    # warning RequireThis Reference to instance variable 'SQLState' needs "this.". 242 53
    # warning RequireThis Reference to instance variable 'firstException' needs "this.". 331 32
    # warning RequireThis Reference to instance variable 'cause' needs "this.". 335 32
    # warning RequireThis Reference to instance variable 'nextException' needs "this.". 339 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/sql/Timestamp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nanos' needs "this.". 112 34
    # warning RequireThis Reference to instance variable 'nanos' needs "this.". 130 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/AttributedString.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 450 27
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 455 24
    # warning RequireThis Reference to instance variable 'runArraySize' needs "this.". 461 25
    # warning RequireThis Reference to instance variable 'runArraySize' needs "this.". 466 33
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 808 29
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 816 33
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 824 32
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 833 32
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 842 28
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 842 53
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 866 36
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 872 35
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 877 32
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 878 32
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 885 36
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 890 35
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 895 32
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 896 32
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 907 36
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 913 35
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 918 32
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 919 32
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 926 36
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 931 35
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 936 32
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 937 32
    # warning RequireThis Reference to instance variable 'runCount' needs "AttributedString.this.". 964 28
    # warning RequireThis Reference to instance variable 'currentRunStart' needs "this.". 998 28
    # warning RequireThis Reference to instance variable 'currentRunLimit' needs "this.". 998 59
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1001 33
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1010 33
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1011 53
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 1021 47
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 1022 47
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 1025 43
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1029 47
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1030 47
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1033 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/BreakDictionary.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCols' needs "this.". 339 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/CalendarBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxFieldIndex' needs "this.". 75 21
    # warning RequireThis Reference to instance variable 'nextStamp' needs "this.". 108 54
    # warning RequireThis Reference to instance variable 'maxFieldIndex' needs "this.". 109 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/CharacterIteratorFieldDelegate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 59 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/DecimalFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'multiplier' needs "this.". 561 23
    # warning RequireThis Reference to instance variable 'multiplier' needs "this.". 673 19
    # warning RequireThis Reference to instance variable 'minExponentDigits' needs "this.". 1040 47
    # warning RequireThis Reference to instance variable 'groupingSize' needs "this.". 1085 26
    # warning RequireThis Reference to instance variable 'multiplier' needs "this.". 1328 37
    # warning RequireThis Reference to instance variable 'multiplier' needs "this.". 1331 38
    # warning RequireThis Reference to instance variable 'multiplier' needs "this.". 1332 39
    # warning RequireThis Reference to instance variable 'groupingSize' needs "this.". 2235 25
    # warning RequireThis Reference to instance variable 'minExponentDigits' needs "this.". 2259 21
    # warning RequireThis Reference to instance variable 'posSuffixPattern' needs "this.". 2265 42
    # warning RequireThis Reference to instance variable 'posPrefixPattern' needs "this.". 2270 57
    # warning RequireThis Reference to instance variable 'posPrefixPattern' needs "this.". 2271 46
    # warning RequireThis Reference to instance variable 'posPrefixPattern' needs "this.". 2617 36
    # warning RequireThis Reference to instance variable 'posSuffixPattern' needs "this.". 2618 36
    # warning RequireThis Reference to instance variable 'posSuffixPattern' needs "this.". 2660 32
    # warning RequireThis Reference to instance variable 'posPrefixPattern' needs "this.". 2661 39
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 2679 36
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 2680 36
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 2698 36
    # warning RequireThis Reference to instance variable 'minimumIntegerDigits' needs "this.". 2699 36
    # warning RequireThis Reference to instance variable 'maximumFractionDigits' needs "this.". 2717 37
    # warning RequireThis Reference to instance variable 'maximumFractionDigits' needs "this.". 2718 37
    # warning RequireThis Reference to instance variable 'maximumFractionDigits' needs "this.". 2736 37
    # warning RequireThis Reference to instance variable 'minimumFractionDigits' needs "this.". 2737 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/DecimalFormatSymbols.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'decimalSeparator' needs "this.". 593 29
    # warning RequireThis Reference to instance variable 'decimalSeparator' needs "this.". 623 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/DigitList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 114 27
    # warning RequireThis Reference to instance variable 'decimalAt' needs "this.". 191 33
    # warning RequireThis Reference to instance variable 'decimalAt' needs "this.". 202 46
    # warning RequireThis Reference to instance variable 'count' needs "this.". 206 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 209 82
    # warning RequireThis Reference to instance variable 'count' needs "this.". 239 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 248 25
    # warning RequireThis Reference to instance variable 'decimalAt' needs "this.". 256 21
    # warning RequireThis Reference to instance variable 'count' needs "this.". 313 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 329 25
    # warning RequireThis Reference to instance variable 'decimalAt' needs "this.". 368 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 379 51
    # warning RequireThis Reference to instance variable 'count' needs "this.". 427 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 430 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 439 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 446 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 461 51
    # warning RequireThis Reference to instance variable 'count' needs "this.". 473 51
    # warning RequireThis Reference to instance variable 'count' needs "this.". 482 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 603 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 615 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 644 26
    # warning RequireThis Reference to instance variable 'count' needs "this.". 648 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/MergeCollation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'BYTEPOWER' needs "this.". 227 41
    # warning RequireThis Reference to instance variable 'lastEntry' needs "this.". 246 63
    # warning RequireThis Reference to instance variable 'BYTEPOWER' needs "this.". 262 40
    # warning RequireThis Reference to instance variable 'BYTEMASK' needs "this.". 264 59
    # warning RequireThis Reference to instance variable 'saveEntry' needs "this.". 286 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/MessageFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 525 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 608 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 667 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 717 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 723 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 949 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 959 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 976 40
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 1232 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/NumberFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 582 36
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 583 36
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 609 36
    # warning RequireThis Reference to instance variable 'minimumIntegerDigits' needs "this.". 610 36
    # warning RequireThis Reference to instance variable 'minimumFractionDigits' needs "this.". 636 37
    # warning RequireThis Reference to instance variable 'maximumFractionDigits' needs "this.". 637 37
    # warning RequireThis Reference to instance variable 'minimumFractionDigits' needs "this.". 663 37
    # warning RequireThis Reference to instance variable 'minimumFractionDigits' needs "this.". 664 37
    # warning RequireThis Reference to instance variable 'maxIntegerDigits' needs "this.". 808 36
    # warning RequireThis Reference to instance variable 'minIntegerDigits' needs "this.". 809 36
    # warning RequireThis Reference to instance variable 'maxFractionDigits' needs "this.". 810 37
    # warning RequireThis Reference to instance variable 'minFractionDigits' needs "this.". 811 37
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 813 36
    # warning RequireThis Reference to instance variable 'maximumFractionDigits' needs "this.". 814 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/RuleBasedBreakIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1036 35
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1044 44
    # warning RequireThis Reference to instance variable 'rangeStart' needs "this.". 1080 32
    # warning RequireThis Reference to instance variable 'rangeLimit' needs "this.". 1080 62
    # warning RequireThis Reference to instance variable 'rangeLimit' needs "this.". 1091 33
    # warning RequireThis Reference to instance variable 'rangeLimit' needs "this.". 1092 32
    # warning RequireThis Reference to instance variable 'rangeStart' needs "this.". 1103 32
    # warning RequireThis Reference to instance variable 'rangeStart' needs "this.". 1104 32
    # warning RequireThis Reference to instance variable 'rangeStart' needs "this.". 1114 21
    # warning RequireThis Reference to instance variable 'rangeLimit' needs "this.". 1114 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/SimpleDateFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minusSign' needs "this.". 1450 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/StringCharacterIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 128 15
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 138 20
    # warning RequireThis Reference to instance variable 'end' needs "this.". 141 19
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 152 13
    # warning RequireThis Reference to instance variable 'end' needs "this.". 152 26
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 164 20
    # warning RequireThis Reference to instance variable 'end' needs "this.". 164 35
    # warning RequireThis Reference to instance variable 'end' needs "this.". 183 19
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 194 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/AbstractList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 375 31
    # warning RequireThis Reference to instance variable 'modCount' needs "AbstractList.this.". 378 36
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 385 29
    # warning RequireThis Reference to instance variable 'modCount' needs "AbstractList.this.". 427 36
    # warning RequireThis Reference to instance variable 'modCount' needs "AbstractList.this.". 441 36
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 635 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 641 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 652 21
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 660 35
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 668 33
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 668 49
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 699 68
    # warning RequireThis Reference to instance variable 'size' needs "this.". 754 35
    # warning RequireThis Reference to instance variable 'size' needs "this.". 759 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/ArrayDeque.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 148 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 171 20
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 173 27
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 228 21
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 512 24
    # warning RequireThis Reference to instance variable 'head' needs "this.". 575 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 584 24
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 622 30
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 626 27
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 631 25
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 633 23
    # warning RequireThis Reference to instance variable 'tail' needs "ArrayDeque.this.". 643 25
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 660 30
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 664 27
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 668 25
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 670 23
    # warning RequireThis Reference to instance variable 'head' needs "ArrayDeque.this.". 679 25
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 845 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/ArrayList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 264 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 268 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 474 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 480 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 510 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 603 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 611 21
    # warning RequireThis Reference to instance variable 'size' needs "this.". 668 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 674 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 680 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 681 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 709 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 732 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 749 34
    # warning RequireThis Reference to instance variable 'size' needs "ArrayList.this.". 786 30
    # warning RequireThis Reference to instance variable 'size' needs "ArrayList.this.". 793 22
    # warning RequireThis Reference to instance variable 'lastRet' needs "this.". 809 26
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 818 29
    # warning RequireThis Reference to instance variable 'lastRet' needs "this.". 1067 34
    # warning RequireThis Reference to instance variable 'lastRet' needs "this.". 1081 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/BitSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 535 26
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 562 31
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 566 29
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 620 29
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 706 18
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 738 18
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 784 18
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 822 18
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 887 29
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 909 29
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 1069 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Calendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'areAllFieldsSet' needs "this.". 1678 32
    # warning RequireThis Reference to instance variable 'zone' needs "this.". 2729 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Collections.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'n' needs "this.". 3495 39
    # warning RequireThis Reference to instance variable 'n' needs "this.". 3526 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/EnumMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 310 28
    # warning RequireThis Reference to instance variable 'lastReturnedEntry' needs "this.". 568 27
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 732 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/EnumSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'elementType' needs "this.". 379 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/FormatFlagsConversionMismatchException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'c' needs "this.". 82 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Formatter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'c' needs "this.". 2915 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/GregorianCalendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gregorianCutover' needs "this.". 740 28
    # warning RequireThis Reference to instance variable 'gregorianCutover' needs "this.". 773 20
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 806 20
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 809 20
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 815 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 819 33
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 1267 45
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 1269 33
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1282 30
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1451 43
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 1634 25
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 1634 57
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1699 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1715 27
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 1735 45
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 1738 46
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1741 28
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1745 32
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1746 32
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 1947 26
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 1962 39
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 1972 39
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2313 26
    # warning RequireThis Reference to instance variable 'cachedFixedDate' needs "this.". 2332 30
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 2343 21
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2416 51
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2421 38
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2451 46
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2459 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2467 40
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2470 44
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2480 38
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2500 36
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2502 36
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2504 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2509 36
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2510 58
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2511 40
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2517 36
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2647 24
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2647 55
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2649 28
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2654 31
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2654 62
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2656 27
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2671 45
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2674 36
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2680 24
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2681 28
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2694 27
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2866 25
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2867 32
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2868 44
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2872 29
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2937 42
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2964 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2965 30
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 3002 41
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 3011 35
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 3027 35
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 3075 21
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 3075 53
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 3082 21
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 3085 22
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 3122 20
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 3122 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/HashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 480 41
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 526 32
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 527 59
    # warning RequireThis Reference to instance variable 'modCount' needs "HashMap.this.". 792 32
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 805 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 823 29
    # warning RequireThis Reference to instance variable 'modCount' needs "HashMap.this.". 828 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Hashtable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 397 41
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 448 22
    # warning RequireThis Reference to instance variable 'table' needs "this.". 452 19
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 897 39
    # warning RequireThis Reference to instance variable 'entry' needs "this.". 1067 47
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1080 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1090 29
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 1099 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/IdentityHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 500 17
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 731 29
    # warning RequireThis Reference to instance variable 'index' needs "this.". 737 33
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 745 29
    # warning RequireThis Reference to instance variable 'modCount' needs "IdentityHashMap.this.". 779 36
    # warning RequireThis Reference to instance variable 'lastReturnedEntry' needs "this.". 844 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/IllegalFormatFlagsException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'flags' needs "this.". 65 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/JapaneseImperialCalendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cachedFixedDate' needs "this.". 1646 26
    # warning RequireThis Reference to instance variable 'cachedFixedDate' needs "this.". 2225 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/JumboEnumSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'unseenIndex' needs "this.". 134 33
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 135 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/LinkedHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'header' needs "this.". 251 48
    # warning RequireThis Reference to instance variable 'header' needs "this.". 270 47
    # warning RequireThis Reference to instance variable 'header' needs "this.". 274 47
    # warning RequireThis Reference to instance variable 'header' needs "LinkedHashMap.this.". 374 33
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 380 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 389 29
    # warning RequireThis Reference to instance variable 'header' needs "LinkedHashMap.this.". 391 30
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 394 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/LinkedList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 412 22
    # warning RequireThis Reference to instance variable 'last' needs "this.". 414 20
    # warning RequireThis Reference to instance variable 'size' needs "this.". 507 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 531 38
    # warning RequireThis Reference to instance variable 'size' needs "this.". 539 39
    # warning RequireThis Reference to instance variable 'size' needs "LinkedList.this.". 877 30
    # warning RequireThis Reference to instance variable 'size' needs "LinkedList.this.". 882 32
    # warning RequireThis Reference to instance variable 'next' needs "this.". 890 28
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 925 25
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 952 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/MissingFormatArgumentException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 's' needs "this.". 68 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/PriorityQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 341 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 377 29
    # warning RequireThis Reference to instance variable 'size' needs "PriorityQueue.this.". 513 29
    # warning RequireThis Reference to instance variable 'modCount' needs "PriorityQueue.this.". 518 37
    # warning RequireThis Reference to instance variable 'size' needs "PriorityQueue.this.". 520 26
    # warning RequireThis Reference to instance variable 'modCount' needs "PriorityQueue.this.". 532 37
    # warning RequireThis Reference to instance variable 'modCount' needs "PriorityQueue.this.". 550 32
    # warning RequireThis Reference to instance variable 'size' needs "this.". 564 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 595 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 679 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 696 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 747 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 768 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Properties.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inLimit' needs "this.". 433 30
    # warning RequireThis Reference to instance variable 'inLimit' needs "this.". 502 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/RegularEnumSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'elements' needs "RegularEnumSet.this.". 92 22
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 103 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/ResourceBundle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 654 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Scanner.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'non0Digit' needs "this.". 473 37
    # warning RequireThis Reference to instance variable 'non0Digit' needs "this.". 524 37
    # warning RequireThis Reference to instance variable 'nanString' needs "this.". 531 36
    # warning RequireThis Reference to instance variable 'positivePrefix' needs "this.". 533 38
    # warning RequireThis Reference to instance variable 'negativePrefix' needs "this.". 535 38
    # warning RequireThis Reference to instance variable 'positivePrefix' needs "this.". 541 42
    # warning RequireThis Reference to instance variable 'negativePrefix' needs "this.". 543 42
    # warning RequireThis Reference to instance variable 'position' needs "this.". 786 32
    # warning RequireThis Reference to instance variable 'hasNextPosition' needs "this.". 822 20
    # warning RequireThis Reference to instance variable 'hasNextPosition' needs "this.". 832 20
    # warning RequireThis Reference to instance variable 'positivePrefix' needs "this.". 1245 38
    # warning RequireThis Reference to instance variable 'negativePrefix' needs "this.". 1248 38
    # warning RequireThis Reference to instance variable 'positiveSuffix' needs "this.". 1251 38
    # warning RequireThis Reference to instance variable 'negativeSuffix' needs "this.". 1254 38
    # warning RequireThis Reference to instance variable 'delimPattern' needs "this.". 1352 36
    # warning RequireThis Reference to instance variable 'position' needs "this.". 1353 34
    # warning RequireThis Reference to instance variable 'matchValid' needs "this.". 1354 37
    # warning RequireThis Reference to instance variable 'needInput' needs "this.". 1355 36
    # warning RequireThis Reference to instance variable 'sourceClosed' needs "this.". 1356 39
    # warning RequireThis Reference to instance variable 'skipped' needs "this.". 1357 33
    # warning RequireThis Reference to instance variable 'groupSeparator' needs "this.". 1358 41
    # warning RequireThis Reference to instance variable 'decimalSeparator' needs "this.". 1359 43
    # warning RequireThis Reference to instance variable 'positivePrefix' needs "this.". 1360 41
    # warning RequireThis Reference to instance variable 'negativePrefix' needs "this.". 1361 41
    # warning RequireThis Reference to instance variable 'positiveSuffix' needs "this.". 1362 41
    # warning RequireThis Reference to instance variable 'negativeSuffix' needs "this.". 1363 41
    # warning RequireThis Reference to instance variable 'nanString' needs "this.". 1364 36
    # warning RequireThis Reference to instance variable 'infinityString' needs "this.". 1365 41
    # warning RequireThis Reference to instance variable 'position' needs "this.". 1654 44
    # warning RequireThis Reference to instance variable 'groupSeparator' needs "this.". 2085 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/SimpleTimeZone.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 552 33
    # warning RequireThis Reference to instance variable 'cacheEnd' needs "this.". 552 54
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 553 35
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 562 40
    # warning RequireThis Reference to instance variable 'startYear' needs "this.". 564 25
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 573 35
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 639 26
    # warning RequireThis Reference to instance variable 'startYear' needs "this.". 665 36
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 675 29
    # warning RequireThis Reference to instance variable 'cacheEnd' needs "this.". 675 50
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 676 40
    # warning RequireThis Reference to instance variable 'cacheYear' needs "this.". 678 29
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 689 27
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 702 31
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 709 31
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 727 21
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 736 21
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 739 21
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 828 30
    # warning RequireThis Reference to instance variable 'startDay' needs "this.". 880 29
    # warning RequireThis Reference to instance variable 'startMonth' needs "this.". 1384 50
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 1388 49
    # warning RequireThis Reference to instance variable 'startDayOfWeek' needs "this.". 1406 59
    # warning RequireThis Reference to instance variable 'startDay' needs "this.". 1412 69
    # warning RequireThis Reference to instance variable 'startDay' needs "this.". 1416 48
    # warning RequireThis Reference to instance variable 'endMonth' needs "this.". 1431 48
    # warning RequireThis Reference to instance variable 'endTime' needs "this.". 1435 47
    # warning RequireThis Reference to instance variable 'endDayOfWeek' needs "this.". 1453 57
    # warning RequireThis Reference to instance variable 'endDay' needs "this.". 1459 67
    # warning RequireThis Reference to instance variable 'endDay' needs "this.". 1463 46
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 1537 26
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 1551 36
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 1554 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/StringTokenizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 249 41
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 252 26
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 257 26
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 272 27
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 275 27
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 280 27
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 288 27
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 292 27
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 324 31
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 348 32
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 422 26
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 424 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Timer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 637 21
    # warning RequireThis Reference to instance variable 'size' needs "this.". 664 26
    # warning RequireThis Reference to instance variable 'size' needs "this.". 702 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/TimerTask.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'period' needs "this.". 154 54
    # warning RequireThis Reference to instance variable 'period' needs "this.". 155 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/TreeMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'comparator' needs "this.". 311 22
    # warning RequireThis Reference to instance variable 'modCount' needs "TreeMap.this.". 1101 32
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1114 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1125 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1135 29
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 1139 24
    # warning RequireThis Reference to instance variable 'modCount' needs "TreeMap.this.". 1141 32
    # warning RequireThis Reference to instance variable 'toEnd' needs "this.". 1394 34
    # warning RequireThis Reference to instance variable 'toEnd' needs "this.". 1398 34
    # warning RequireThis Reference to instance variable 'toEnd' needs "NavigableSubMap.this.". 1520 34
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 1618 28
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2096 34
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2187 21
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2213 25
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2240 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/UUID.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leastSigBits' needs "this.". 394 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/UnknownFormatFlagsException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'flags' needs "this.". 66 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Vector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 284 23
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 287 40
    # warning RequireThis Reference to instance variable 'elementCount' needs "Vector.this.". 339 32
    # warning RequireThis Reference to instance variable 'elementCount' needs "Vector.this.". 344 33
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 399 38
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 403 38
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 442 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 469 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 525 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 553 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 593 21
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 654 29
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 743 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 761 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 826 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 951 34
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 1089 34
    # warning RequireThis Reference to instance variable 'elementCount' needs "Vector.this.". 1128 30
    # warning RequireThis Reference to instance variable 'elementCount' needs "Vector.this.". 1135 26
    # warning RequireThis Reference to instance variable 'lastRet' needs "this.". 1150 22
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1155 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/WeakHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 480 45
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 532 32
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 533 59
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 784 29
    # warning RequireThis Reference to instance variable 'entry' needs "this.". 789 28
    # warning RequireThis Reference to instance variable 'nextKey' needs "this.". 791 26
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 799 29
    # warning RequireThis Reference to instance variable 'modCount' needs "WeakHashMap.this.". 803 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ArrayBlockingQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'takeIndex' needs "this.". 181 18
    # warning RequireThis Reference to instance variable 'putIndex' needs "this.". 188 30
    # warning RequireThis Reference to instance variable 'count' needs "this.". 685 38
    # warning RequireThis Reference to instance variable 'count' needs "ArrayBlockingQueue.this.". 748 34
    # warning RequireThis Reference to instance variable 'takeIndex' needs "ArrayBlockingQueue.this.". 749 51
    # warning RequireThis Reference to instance variable 'nextIndex' needs "this.". 765 27
    # warning RequireThis Reference to instance variable 'nextItem' needs "this.". 768 25
    # warning RequireThis Reference to instance variable 'takeIndex' needs "ArrayBlockingQueue.this.". 794 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ConcurrentHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 393 33
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 434 45
    # warning RequireThis Reference to instance variable 'segmentShift' needs "this.". 701 27
    # warning RequireThis Reference to instance variable 'segmentShift' needs "this.". 923 27
    # warning RequireThis Reference to instance variable 'segmentShift' needs "this.". 951 27
    # warning RequireThis Reference to instance variable 'segmentShift' needs "this.". 1060 27
    # warning RequireThis Reference to instance variable 'segmentShift' needs "this.". 1080 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ConcurrentLinkedDeque.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head' needs "this.". 365 36
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 398 36
    # warning RequireThis Reference to instance variable 'head' needs "this.". 609 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 620 31
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 639 21
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 650 31
    # warning RequireThis Reference to instance variable 'head' needs "this.". 755 36
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 780 36
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1182 36
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1194 33
    # warning RequireThis Reference to instance variable 'nextNode' needs "this.". 1339 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ConcurrentLinkedQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 348 32
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 351 42
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 547 29
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 560 32
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 563 42
    # warning RequireThis Reference to instance variable 'nextNode' needs "this.". 698 23
    # warning RequireThis Reference to instance variable 'nextNode' needs "this.". 706 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ConcurrentSkipListMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 478 22
    # warning RequireThis Reference to instance variable 'head' needs "this.". 944 24
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1206 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1231 21
    # warning RequireThis Reference to instance variable 'next' needs "this.". 2210 39
    # warning RequireThis Reference to instance variable 'next' needs "this.". 2225 28
    # warning RequireThis Reference to instance variable 'next' needs "this.". 2231 39
    # warning RequireThis Reference to instance variable 'lo' needs "this.". 2837 31
    # warning RequireThis Reference to instance variable 'loInclusive' needs "this.". 2838 37
    # warning RequireThis Reference to instance variable 'hi' needs "this.". 2848 29
    # warning RequireThis Reference to instance variable 'hiInclusive' needs "this.". 2849 35
    # warning RequireThis Reference to instance variable 'next' needs "this.". 3014 43
    # warning RequireThis Reference to instance variable 'next' needs "this.". 3031 32
    # warning RequireThis Reference to instance variable 'next' needs "this.". 3044 43
    # warning RequireThis Reference to instance variable 'next' needs "this.". 3060 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/CopyOnWriteArrayList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1132 35
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1143 35
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1157 36
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1179 38
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1181 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1194 46
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1208 43
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1241 38
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1255 44
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1257 57
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1258 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/CyclicBarrier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'parties' needs "this.". 174 17
    # warning RequireThis Reference to instance variable 'parties' needs "this.". 184 17
    # warning RequireThis Reference to instance variable 'generation' needs "this.". 231 30
    # warning RequireThis Reference to instance variable 'generation' needs "this.". 245 26
    # warning RequireThis Reference to instance variable 'count' needs "this.". 478 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/DelayQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 521 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ForkJoinPool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 643 42
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 670 33
    # warning RequireThis Reference to instance variable 'workers' needs "this.". 674 27
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 706 28
    # warning RequireThis Reference to instance variable 'workers' needs "this.". 708 19
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 777 22
    # warning RequireThis Reference to instance variable 'submissionQueue' needs "this.". 778 22
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 851 35
    # warning RequireThis Reference to instance variable 'submissionQueue' needs "this.". 924 22
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 925 33
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 928 25
    # warning RequireThis Reference to instance variable 'workers' needs "this.". 988 32
    # warning RequireThis Reference to instance variable 'blockedCount' needs "this.". 1015 52
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 1026 53
    # warning RequireThis Reference to instance variable 'blockedCount' needs "this.". 1029 52
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 1122 48
    # warning RequireThis Reference to instance variable 'nextWorkerNumber' needs "this.". 1142 46
    # warning RequireThis Reference to instance variable 'scanGuard' needs "this.". 1165 23
    # warning RequireThis Reference to instance variable 'workers' needs "this.". 1170 31
    # warning RequireThis Reference to instance variable 'workers' needs "this.". 1188 28
    # warning RequireThis Reference to instance variable 'scanGuard' needs "this.". 1215 37
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 1227 64
    # warning RequireThis Reference to instance variable 'stealCount' needs "this.". 1234 47
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 1256 22
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 1261 34
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 1318 29
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 1338 41
    # warning RequireThis Reference to instance variable 'quiescerCount' needs "this.". 1365 52
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 1378 70
    # warning RequireThis Reference to instance variable 'workers' needs "this.". 1777 19
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 1803 29
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 1815 21
    # warning RequireThis Reference to instance variable 'submissionQueue' needs "this.". 1816 21
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 1848 29
    # warning RequireThis Reference to instance variable 'workers' needs "this.". 1857 19
    # warning RequireThis Reference to instance variable 'blockedCount' needs "this.". 1882 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ForkJoinTask.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'status' needs "this.". 238 22
    # warning RequireThis Reference to instance variable 'status' needs "this.". 258 23
    # warning RequireThis Reference to instance variable 'status' needs "this.". 278 18
    # warning RequireThis Reference to instance variable 'status' needs "this.". 281 29
    # warning RequireThis Reference to instance variable 'status' needs "this.". 308 18
    # warning RequireThis Reference to instance variable 'status' needs "this.". 310 29
    # warning RequireThis Reference to instance variable 'status' needs "this.". 351 22
    # warning RequireThis Reference to instance variable 'status' needs "this.". 374 18
    # warning RequireThis Reference to instance variable 'status' needs "this.". 594 18
    # warning RequireThis Reference to instance variable 'resultOnCompletion' needs "this.". 1266 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ForkJoinWorkerThread.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'queue' needs "this.". 461 18
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 462 29
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 465 23
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 508 30
    # warning RequireThis Reference to instance variable 'queue' needs "this.". 509 18
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 529 37
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 550 30
    # warning RequireThis Reference to instance variable 'queue' needs "this.". 574 18
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 574 41
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 591 31
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 605 29
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 624 29
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 638 29
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 654 27
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 717 33
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 744 18
    # warning RequireThis Reference to instance variable 'queue' needs "this.". 744 49
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 916 27
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 937 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/LinkedBlockingDeque.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 216 22
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 235 22
    # warning RequireThis Reference to instance variable 'count' needs "this.". 718 31
    # warning RequireThis Reference to instance variable 'next' needs "this.". 1119 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/LinkedBlockingQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 283 26
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 451 18
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 476 18
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 499 18
    # warning RequireThis Reference to instance variable 'last' needs "this.". 701 20
    # warning RequireThis Reference to instance variable 'current' needs "this.". 830 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/LinkedTransferQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'item' needs "this.". 519 42
    # warning RequireThis Reference to instance variable 'head' needs "this.". 625 38
    # warning RequireThis Reference to instance variable 'head' needs "this.". 634 41
    # warning RequireThis Reference to instance variable 'head' needs "this.". 662 35
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 669 41
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 676 33
    # warning RequireThis Reference to instance variable 'head' needs "this.". 815 21
    # warning RequireThis Reference to instance variable 'lastRet' needs "this.". 842 22
    # warning RequireThis Reference to instance variable 'lastPred' needs "this.". 844 27
    # warning RequireThis Reference to instance variable 'head' needs "this.". 979 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1004 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/Phaser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 491 21
    # warning RequireThis Reference to instance variable 'state' needs "this.". 1033 32
    # warning RequireThis Reference to instance variable 'interruptible' needs "this.". 1109 35
    # warning RequireThis Reference to instance variable 'lastTime' needs "this.". 1116 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/PriorityBlockingQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 470 21
    # warning RequireThis Reference to instance variable 'queue' needs "this.". 470 46
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 915 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ScheduledThreadPoolExecutor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'removeOnCancel' needs "ScheduledThreadPoolExecutor.this.". 279 30
    # warning RequireThis Reference to instance variable 'continueExistingPeriodicTasksAfterShutdown' needs "this.". 308 36
    # warning RequireThis Reference to instance variable 'size' needs "this.". 899 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 931 39
    # warning RequireThis Reference to instance variable 'size' needs "this.". 934 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1150 37
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 1265 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/SynchronousQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 245 31
    # warning RequireThis Reference to instance variable 'head' needs "this.". 304 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 364 34
    # warning RequireThis Reference to instance variable 'head' needs "this.". 497 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 619 22
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 680 30
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 710 30
    # warning RequireThis Reference to instance variable 'head' needs "this.". 710 56
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 793 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ThreadPoolExecutor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'corePoolSize' needs "this.". 902 35
    # warning RequireThis Reference to instance variable 'largestPoolSize' needs "this.". 937 21
    # warning RequireThis Reference to instance variable 'corePoolSize' needs "this.". 1030 56
    # warning RequireThis Reference to instance variable 'maximumPoolSize' needs "this.". 1032 27
    # warning RequireThis Reference to instance variable 'allowCoreThreadTimeOut' needs "this.". 1599 22
    # warning RequireThis Reference to instance variable 'corePoolSize' needs "this.". 1619 55
    # warning RequireThis Reference to instance variable 'completedTaskCount' needs "this.". 1857 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/locks/AbstractQueuedLongSynchronizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head' needs "this.". 365 28
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 461 35
    # warning RequireThis Reference to instance variable 'head' needs "this.". 472 22
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 540 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 546 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 638 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 665 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 696 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 730 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 762 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 797 26
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1138 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1167 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1184 19
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1186 19
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1200 34
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1239 21
    # warning RequireThis Reference to instance variable 'lastWaiter' needs "this.". 1634 21
    # warning RequireThis Reference to instance variable 'firstWaiter' needs "this.". 1657 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/locks/AbstractQueuedSynchronizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head' needs "this.". 588 28
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 684 35
    # warning RequireThis Reference to instance variable 'head' needs "this.". 695 22
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 763 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 769 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 861 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 888 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 919 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 953 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 985 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1020 26
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1361 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1390 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1407 19
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1409 19
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1423 34
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1462 21
    # warning RequireThis Reference to instance variable 'lastWaiter' needs "this.". 1855 21
    # warning RequireThis Reference to instance variable 'firstWaiter' needs "this.". 1878 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/locks/ReentrantReadWriteLock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cachedHoldCounter' needs "this.". 519 34
    # warning RequireThis Reference to instance variable 'cachedHoldCounter' needs "this.". 540 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/jar/JarInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'first' needs "this.". 148 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/jar/JarVerifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastURL' needs "this.". 508 20
    # warning RequireThis Reference to instance variable 'lastURLMap' needs "this.". 509 19
    # warning RequireThis Reference to instance variable 'emptySigner' needs "this.". 565 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/jar/Manifest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 336 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 338 28
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 346 33
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 352 33
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 373 37
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 376 37
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 388 28
    # warning RequireThis Reference to instance variable 'count' needs "this.". 401 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 414 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 426 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/logging/FileHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 372 65
    # warning RequireThis Reference to instance variable 'pattern' needs "this.". 389 66
    # warning RequireThis Reference to instance variable 'count' needs "this.". 435 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/logging/LogManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootLogger' needs "LogManager.this.". 407 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/logging/Logger.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'catalogLocale' needs "this.". 1297 49
    # warning RequireThis Reference to instance variable 'catalogName' needs "this.". 1298 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/logging/MemoryHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 176 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 195 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/logging/SocketHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 114 70
    # warning RequireThis Reference to instance variable 'port' needs "this.". 147 63
    # warning RequireThis Reference to instance variable 'host' needs "this.". 150 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/prefs/AbstractPreferences.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'root' needs "this.". 213 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/regex/Matcher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'first' needs "this.". 578 32
    # warning RequireThis Reference to instance variable 'from' needs "this.". 582 31
    # warning RequireThis Reference to instance variable 'from' needs "this.". 583 31
    # warning RequireThis Reference to instance variable 'to' needs "this.". 586 31
    # warning RequireThis Reference to instance variable 'last' needs "this.". 842 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/regex/Pattern.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 1358 24
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 1368 30
    # warning RequireThis Reference to instance variable 'pattern' needs "this.". 1630 33
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 1641 29
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 1667 34
    # warning RequireThis Reference to instance variable 'matchRoot' needs "this.". 1679 25
    # warning RequireThis Reference to instance variable 'matchRoot' needs "this.". 1683 20
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2027 24
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 2092 31
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 2163 24
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 2180 31
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 2185 24
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 2492 35
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 2642 21
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2769 24
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2775 24
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2785 24
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2799 28
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2806 24
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2846 24
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2853 20
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 3115 22
    # warning RequireThis Reference to instance variable 'c' needs "this.". 3731 26
    # warning RequireThis Reference to instance variable 'c' needs "this.". 3742 26
    # warning RequireThis Reference to instance variable 'lower' needs "this.". 3757 26
    # warning RequireThis Reference to instance variable 'upper' needs "this.". 3757 41
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4124 29
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4142 22
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4157 28
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4188 26
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4202 24
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4237 47
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4290 33
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4330 26
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4359 28
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4389 26
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4405 24
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4446 47
    # warning RequireThis Reference to instance variable 'size' needs "this.". 4498 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 4516 33
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4668 29
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4681 29
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4697 21
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4700 28
    # warning RequireThis Reference to instance variable 'rmax' needs "this.". 5028 37
    # warning RequireThis Reference to instance variable 'rmin' needs "this.". 5035 30
    # warning RequireThis Reference to instance variable 'rmax' needs "this.". 5096 37
    # warning RequireThis Reference to instance variable 'rmin' needs "this.". 5101 30
    # warning RequireThis Reference to instance variable 'lengthInChars' needs "this.". 5426 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/regex/PatternSyntaxException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 118 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/zip/ZipFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'total' needs "ZipFile.this.". 486 36
    # warning RequireThis Reference to instance variable 'total' needs "ZipFile.this.". 492 34
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 671 23
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 700 21
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 701 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/zip/ZipInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 208 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/zip/ZipOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'locoff' needs "this.". 269 41
    # warning RequireThis Reference to instance variable 'locoff' needs "this.". 272 50
    # warning RequireThis Reference to instance variable 'locoff' needs "this.". 318 27
    # warning RequireThis Reference to instance variable 'written' needs "this.". 420 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/Cipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 725 25
    # warning RequireThis Reference to instance variable 'firstSpi' needs "this.". 726 31
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 819 25
    # warning RequireThis Reference to instance variable 'firstSpi' needs "this.". 820 31
    # warning RequireThis Reference to instance variable 'transformation' needs "this.". 1060 28
    # warning RequireThis Reference to instance variable 'cryptoPerm' needs "this.". 1068 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/CipherInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ofinish' needs "this.". 174 23
    # warning RequireThis Reference to instance variable 'ofinish' needs "this.". 221 23
    # warning RequireThis Reference to instance variable 'ostart' needs "this.". 230 35
    # warning RequireThis Reference to instance variable 'ostart' needs "this.". 258 35
    # warning RequireThis Reference to instance variable 'ostart' needs "this.". 281 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/CryptoPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxKeySize' needs "this.". 288 19
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 373 43
    # warning RequireThis Reference to instance variable 'exemptionMechanism' needs "this.". 384 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/CryptoPolicyParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxKeySize' needs "this.". 638 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/KeyAgreement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 301 25
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 358 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/KeyGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'spi' needs "this.". 316 48
    # warning RequireThis Reference to instance variable 'initType' needs "this.". 343 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/Mac.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 288 25
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 331 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/SecretKeyFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'spi' needs "this.". 286 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/spec/RC2ParameterSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'effectiveKeyBits' needs "this.". 158 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/spec/RC5ParameterSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rounds' needs "this.". 200 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/imageio/IIOParam.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultController' needs "this.". 141 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/imageio/ImageReadParam.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numProgressivePasses' needs "this.". 490 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/imageio/ImageTypeSpecifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataType' needs "this.". 359 27
    # warning RequireThis Reference to instance variable 'dataType' needs "this.". 511 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/imageio/metadata/IIOMetadata.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nativeMetadataFormatClassName' needs "this.". 387 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/imageio/stream/FileCacheImageInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 124 19
    # warning RequireThis Reference to instance variable 'length' needs "this.". 132 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/imageio/stream/ImageInputStreamImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bitOffset' needs "this.". 677 36
    # warning RequireThis Reference to instance variable 'flushedPos' needs "this.". 767 19
    # warning RequireThis Reference to instance variable 'flushedPos' needs "this.". 802 19
    # warning RequireThis Reference to instance variable 'flushedPos' needs "this.". 814 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/imageio/stream/MemoryCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 71 39
    # warning RequireThis Reference to instance variable 'length' needs "this.". 89 19
    # warning RequireThis Reference to instance variable 'length' needs "this.". 96 26
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 160 24
    # warning RequireThis Reference to instance variable 'length' needs "this.". 222 24
    # warning RequireThis Reference to instance variable 'length' needs "this.". 258 20
    # warning RequireThis Reference to instance variable 'length' needs "this.". 284 20
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 344 21
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 347 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/AndQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp1' needs "this.". 105 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/BadAttributeValueExpException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'val' needs "this.". 62 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/BadBinaryOpValueExpException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp' needs "this.". 72 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/BadStringOperationException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'op' needs "this.". 60 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/BetweenQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp1' needs "this.". 140 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/BinaryRelQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp1' needs "this.". 192 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/NotQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp' needs "this.". 91 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/ObjectName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_key_length' needs "this.". 255 60
    # warning RequireThis Reference to instance variable '_key_length' needs "this.". 262 41
    # warning RequireThis Reference to instance variable '_value_length' needs "this.". 263 38
    # warning RequireThis Reference to instance variable '_property_list_pattern' needs "this.". 1232 51
    # warning RequireThis Reference to instance variable '_property_list_pattern' needs "this.". 1447 17
    # warning RequireThis Reference to instance variable '_property_value_pattern' needs "this.". 1471 42
    # warning RequireThis Reference to instance variable '_property_list_pattern' needs "this.". 1983 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/OrQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp1' needs "this.". 105 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/loading/MLetContent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'documentURL' needs "this.". 122 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/loading/MLetParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'c' needs "this.". 128 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/modelmbean/ModelMBeanInfoSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modelMBeanDescriptor' needs "this.". 917 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/modelmbean/RequiredModelMBean.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modelMBeanInfo' needs "this.". 701 20
    # warning RequireThis Reference to instance variable 'managedResource' needs "this.". 1014 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/monitor/Monitor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstAttribute' needs "this.". 860 18
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 976 29
    # warning RequireThis Reference to instance variable 'alreadyNotifieds' needs "this.". 1057 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/monitor/StringMonitor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stringToCompare' needs "this.". 420 31
    # warning RequireThis Reference to instance variable 'stringToCompare' needs "this.". 427 31
    # warning RequireThis Reference to instance variable 'stringToCompare' needs "this.". 437 35
    # warning RequireThis Reference to instance variable 'stringToCompare' needs "this.". 446 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/openmbean/ArrayType.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dimension' needs "this.". 726 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/openmbean/CompositeDataInvocationHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'compositeData' needs "this.". 164 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/relation/RelationNotification.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'roleName' needs "this.". 389 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/relation/RelationService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myPurgeFlag' needs "this.". 2450 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/relation/Role.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 230 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/relation/RoleInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minDegree' needs "this.". 426 26
    # warning RequireThis Reference to instance variable 'maxDegree' needs "this.". 445 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 459 44
    # warning RequireThis Reference to instance variable 'isReadable' needs "this.". 460 42
    # warning RequireThis Reference to instance variable 'isWritable' needs "this.". 461 42
    # warning RequireThis Reference to instance variable 'description' needs "this.". 462 43
    # warning RequireThis Reference to instance variable 'minDegree' needs "this.". 463 46
    # warning RequireThis Reference to instance variable 'maxDegree' needs "this.". 464 46
    # warning RequireThis Reference to instance variable 'referencedMBeanClassName' needs "this.". 465 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/relation/RoleUnresolved.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'roleName' needs "this.". 285 39
    # warning RequireThis Reference to instance variable 'problemType' needs "this.". 297 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/remote/JMXPrincipal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 92 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/remote/JMXServiceURL.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 357 60
    # warning RequireThis Reference to instance variable 'urlPath' needs "this.". 363 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/remote/TargetedNotification.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'notif' needs "this.". 111 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/remote/rmi/RMIConnectionImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 236 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 280 41
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 329 37
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 342 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 392 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 407 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 448 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 479 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 507 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 516 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 542 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 551 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 590 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 617 54
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 653 54
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 689 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 701 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 739 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 752 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 792 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 806 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 837 55
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 857 55
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 885 55
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 918 55
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 974 59
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 983 59
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1043 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1051 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1063 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1104 54
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1140 54
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1182 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1190 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1202 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1230 50
    # warning RequireThis Reference to instance variable 'acc' needs "this.". 1364 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/remote/rmi/RMIConnector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'jmxServiceURL' needs "this.". 305 77
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 474 33
    # warning RequireThis Reference to instance variable 'closeException' needs "this.". 541 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/remote/rmi/RMIConnectorServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rmiServerImpl' needs "this.". 396 25
    # warning RequireThis Reference to instance variable 'address' needs "this.". 468 67
    # warning RequireThis Reference to instance variable 'boundJndiUrl' needs "this.". 555 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/timer/Timer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sequenceNumber' needs "this.". 1230 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/naming/NameImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote1' needs "this.". 114 36
    # warning RequireThis Reference to instance variable 'syntaxEndQuote1' needs "this.". 115 34
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote1' needs "this.". 168 36
    # warning RequireThis Reference to instance variable 'syntaxEndQuote1' needs "this.". 169 34
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote1' needs "this.". 254 31
    # warning RequireThis Reference to instance variable 'syntaxEndQuote1' needs "this.". 256 33
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote2' needs "this.". 260 31
    # warning RequireThis Reference to instance variable 'syntaxEndQuote2' needs "this.". 262 33
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote1' needs "this.". 349 30
    # warning RequireThis Reference to instance variable 'syntaxEndQuote1' needs "this.". 350 28
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote2' needs "this.". 352 30
    # warning RequireThis Reference to instance variable 'syntaxEndQuote2' needs "this.". 353 28
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote1' needs "this.". 361 34
    # warning RequireThis Reference to instance variable 'syntaxEndQuote1' needs "this.". 362 32
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote2' needs "this.". 366 34
    # warning RequireThis Reference to instance variable 'syntaxEndQuote2' needs "this.". 367 32
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 721 24
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 725 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/naming/NamingException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootException' needs "this.". 403 48
    # warning RequireThis Reference to instance variable 'remainingName' needs "this.". 406 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/naming/RefAddr.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'addrType' needs "this.". 141 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/naming/Reference.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'className' needs "this.". 368 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/naming/ldap/LdapName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'unparsed' needs "this.". 782 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/naming/ldap/Rfc2253Parser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 71 26
    # warning RequireThis Reference to instance variable 'name' needs "this.". 76 71
    # warning RequireThis Reference to instance variable 'len' needs "this.". 94 23
    # warning RequireThis Reference to instance variable 'name' needs "this.". 95 66
    # warning RequireThis Reference to instance variable 'len' needs "this.". 106 26
    # warning RequireThis Reference to instance variable 'len' needs "this.". 110 28
    # warning RequireThis Reference to instance variable 'name' needs "this.". 111 71
    # warning RequireThis Reference to instance variable 'len' needs "this.". 119 28
    # warning RequireThis Reference to instance variable 'len' needs "this.". 138 26
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 154 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 155 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 166 23
    # warning RequireThis Reference to instance variable 'len' needs "this.". 168 30
    # warning RequireThis Reference to instance variable 'len' needs "this.". 178 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 190 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 196 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 197 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 209 27
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 212 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 216 23
    # warning RequireThis Reference to instance variable 'name' needs "this.". 217 67
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 222 24
    # warning RequireThis Reference to instance variable 'len' needs "this.". 231 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 241 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/net/ssl/SSLEngineResult.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'status' needs "this.". 234 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/print/MimeType.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 336 42
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 342 42
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 355 43
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 357 46
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 358 44
    # warning RequireThis Reference to instance variable 'myCurrentIndex' needs "this.". 365 46
    # warning RequireThis Reference to instance variable 'myCurrentIndex' needs "this.". 377 44
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 387 43
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 389 46
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 390 44
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 403 43
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 405 46
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 406 44
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 413 47
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 415 42
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 416 40
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 431 43
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 433 46
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 434 44
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 443 43
    # warning RequireThis Reference to instance variable 'myCurrentIndex' needs "this.". 444 44
    # warning RequireThis Reference to instance variable 'myCurrentIndex' needs "this.". 456 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/print/attribute/DateTimeSyntax.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 143 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/print/attribute/EnumSyntax.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 203 40
    # warning RequireThis Reference to instance variable 'value' needs "this.". 212 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/print/attribute/IntegerSyntax.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 132 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/print/attribute/standard/MediaPrintableArea.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'y' needs "this.". 326 23
    # warning RequireThis Reference to instance variable 'w' needs "this.". 326 30
    # warning RequireThis Reference to instance variable 'h' needs "this.". 326 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/script/ScriptException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fileName' needs "this.". 114 30
    # warning RequireThis Reference to instance variable 'lineNumber' needs "this.". 116 45
    # warning RequireThis Reference to instance variable 'columnNumber' needs "this.". 120 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/security/auth/PrivateCredentialPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'credentialClass' needs "this.". 343 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/security/auth/kerberos/KeyImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 204 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/smartcardio/CardPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask' needs "this.". 282 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/smartcardio/TerminalFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 358 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/midi/MetaMessage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataLength' needs "this.". 213 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/midi/Track.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'eotEvent' needs "this.". 114 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/sampled/AudioFileFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'byteLength' needs "this.". 297 44
    # warning RequireThis Reference to instance variable 'format' needs "this.". 300 40
    # warning RequireThis Reference to instance variable 'frameLength' needs "this.". 303 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/sampled/AudioInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 259 18
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 260 25
    # warning RequireThis Reference to instance variable 'frameLength' needs "this.". 267 29
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 272 26
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 272 52
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 273 46
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 283 39
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 286 24
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 287 20
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 288 26
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 300 39
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 309 30
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 312 35
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 330 16
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 331 21
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 336 20
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 336 46
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 337 34
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 343 18
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 349 30
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 375 67
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 375 93
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 376 39
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 405 23
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 407 31
    # warning RequireThis Reference to instance variable 'markpos' needs "this.". 428 20
    # warning RequireThis Reference to instance variable 'markPushBackLen' needs "this.". 430 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/sampled/DataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minBufferSize' needs "this.". 485 50
    # warning RequireThis Reference to instance variable 'minBufferSize' needs "this.". 487 59
    # warning RequireThis Reference to instance variable 'minBufferSize' needs "this.". 489 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/sampled/FloatControl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 217 24
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 221 24
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 339 20
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 343 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sql/rowset/RowSetMetaDataImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'colCount' needs "this.". 82 31
    # warning RequireThis Reference to instance variable 'colCount' needs "this.". 143 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sql/rowset/serial/SerialArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 158 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 164 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 170 33
    # warning RequireThis Reference to instance variable 'len' needs "this.". 176 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 182 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 188 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 269 33
    # warning RequireThis Reference to instance variable 'len' needs "this.". 275 33
    # warning RequireThis Reference to instance variable 'len' needs "this.". 281 33
    # warning RequireThis Reference to instance variable 'len' needs "this.". 287 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sql/rowset/serial/SerialBlob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 102 28
    # warning RequireThis Reference to instance variable 'len' needs "this.". 105 19
    # warning RequireThis Reference to instance variable 'len' needs "this.". 141 19
    # warning RequireThis Reference to instance variable 'len' needs "this.". 165 22
    # warning RequireThis Reference to instance variable 'len' needs "this.". 235 34
    # warning RequireThis Reference to instance variable 'len' needs "this.". 243 22
    # warning RequireThis Reference to instance variable 'len' needs "this.". 406 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sql/rowset/serial/SerialClob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 103 29
    # warning RequireThis Reference to instance variable 'len' needs "this.". 106 19
    # warning RequireThis Reference to instance variable 'len' needs "this.". 173 19
    # warning RequireThis Reference to instance variable 'len' needs "this.". 296 34
    # warning RequireThis Reference to instance variable 'len' needs "this.". 306 22
    # warning RequireThis Reference to instance variable 'len' needs "this.". 492 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sql/rowset/serial/SerialStruct.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SQLTypeName' needs "this.". 98 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/AbstractAction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'enabled' needs "this.". 195 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/AbstractButton.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'margin' needs "this.". 402 29
    # warning RequireThis Reference to instance variable 'defaultMargin' needs "this.". 408 17
    # warning RequireThis Reference to instance variable 'verticalAlignment' needs "this.". 778 26
    # warning RequireThis Reference to instance variable 'horizontalAlignment' needs "this.". 829 26
    # warning RequireThis Reference to instance variable 'verticalTextPosition' needs "this.". 870 29
    # warning RequireThis Reference to instance variable 'horizontalTextPosition' needs "this.". 917 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/AncestorNotifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstInvisibleAncestor' needs "this.". 171 22
    # warning RequireThis Reference to instance variable 'firstInvisibleAncestor' needs "this.". 189 25
    # warning RequireThis Reference to instance variable 'firstInvisibleAncestor' needs "this.". 219 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/BoxLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'axis' needs "this.". 419 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/BufferStrategyPaintManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xOffset' needs "this.". 336 28
    # warning RequireThis Reference to instance variable 'yOffset' needs "this.". 336 50
    # warning RequireThis Reference to instance variable 'accumulatedX' needs "this.". 375 49
    # warning RequireThis Reference to instance variable 'bufferInfo' needs "this.". 398 29
    # warning RequireThis Reference to instance variable 'root' needs "this.". 518 64
    # warning RequireThis Reference to instance variable 'rootJ' needs "this.". 546 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/ButtonGroup.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selection' needs "this.". 158 36
    # warning RequireThis Reference to instance variable 'selection' needs "this.". 174 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/DefaultBoundedRangeModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'extent' needs "this.". 165 24
    # warning RequireThis Reference to instance variable 'extent' needs "this.". 166 30
    # warning RequireThis Reference to instance variable 'value' needs "this.". 184 31
    # warning RequireThis Reference to instance variable 'value' needs "this.". 289 26
    # warning RequireThis Reference to instance variable 'extent' needs "this.". 290 27
    # warning RequireThis Reference to instance variable 'min' needs "this.". 291 24
    # warning RequireThis Reference to instance variable 'max' needs "this.". 292 24
    # warning RequireThis Reference to instance variable 'isAdjusting' needs "this.". 293 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/DefaultFocusManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gluePolicy' needs "this.". 73 27
    # warning RequireThis Reference to instance variable 'gluePolicy' needs "this.". 95 27
    # warning RequireThis Reference to instance variable 'gluePolicy' needs "this.". 115 27
    # warning RequireThis Reference to instance variable 'gluePolicy' needs "this.". 135 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/DefaultListSelectionModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 104 26
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 104 48
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 109 28
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 287 18
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 288 54
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 300 18
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 301 54
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 572 27
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 572 50
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 573 24
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 651 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/DefaultRowSorter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 879 25
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 879 52
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 895 25
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 895 52
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 920 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/GrayFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'percent' needs "this.". 84 50
    # warning RequireThis Reference to instance variable 'percent' needs "this.". 86 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/GroupLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 1115 23
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2262 39
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2281 39
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2291 39
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2310 43
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2320 43
    # warning RequireThis Reference to instance variable 'childAlignment' needs "this.". 2591 29
    # warning RequireThis Reference to instance variable 'prefDescent' needs "this.". 2717 37
    # warning RequireThis Reference to instance variable 'prefDescent' needs "this.". 2719 42
    # warning RequireThis Reference to instance variable 'prefAscent' needs "this.". 2804 29
    # warning RequireThis Reference to instance variable 'prefDescent' needs "this.". 2806 30
    # warning RequireThis Reference to instance variable 'prefAscent' needs "this.". 2860 26
    # warning RequireThis Reference to instance variable 'prefDescent' needs "this.". 2863 33
    # warning RequireThis Reference to instance variable 'prefDescent' needs "this.". 2864 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JApplet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootPane' needs "this.". 334 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JComponent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 3456 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootPane' needs "this.". 939 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JEditorPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'page' needs "this.". 681 38
    # warning RequireThis Reference to instance variable 'kit' needs "this.". 980 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JFileChooser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentDirectory' needs "this.". 562 19
    # warning RequireThis Reference to instance variable 'fileSystemView' needs "this.". 1861 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JFormattedTextField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'editValid' needs "this.". 553 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootPane' needs "this.". 582 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JInternalFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isSelected' needs "this.". 1088 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JLabel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultIcon' needs "this.". 391 57
    # warning RequireThis Reference to instance variable 'verticalAlignment' needs "this.". 711 26
    # warning RequireThis Reference to instance variable 'horizontalAlignment' needs "this.". 763 26
    # warning RequireThis Reference to instance variable 'verticalTextPosition' needs "this.". 817 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leadSelectionIndex' needs "this.". 2949 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JMenu.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isSelected' needs "this.". 1120 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JPopupMenu.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frame' needs "this.". 930 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JScrollPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lowerLeft' needs "this.". 1245 19
    # warning RequireThis Reference to instance variable 'lowerRight' needs "this.". 1249 19
    # warning RequireThis Reference to instance variable 'upperLeft' needs "this.". 1253 19
    # warning RequireThis Reference to instance variable 'upperRight' needs "this.". 1257 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JSlider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'increment' needs "this.". 1006 89

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JSplitPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leftComponent' needs "this.". 886 26
    # warning RequireThis Reference to instance variable 'rightComponent' needs "this.". 888 33
    # warning RequireThis Reference to instance variable 'leftComponent' needs "this.". 911 21
    # warning RequireThis Reference to instance variable 'rightComponent' needs "this.". 913 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JTabbedPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'visComp' needs "this.". 372 47
    # warning RequireThis Reference to instance variable 'visComp' needs "this.". 941 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectionModel' needs "this.". 2090 24
    # warning RequireThis Reference to instance variable 'startModelIndex' needs "this.". 4093 38
    # warning RequireThis Reference to instance variable 'rowModel' needs "this.". 4903 21
    # warning RequireThis Reference to instance variable 'printError' needs "this.". 6312 18
    # warning RequireThis Reference to instance variable 'lastSelectedRow' needs "this.". 6936 32
    # warning RequireThis Reference to instance variable 'lastSelectedCol' needs "this.". 6937 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JTextField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'horizontalAlignment' needs "this.". 342 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JTree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expandRow' needs "this.". 1373 31
    # warning RequireThis Reference to instance variable 'expandRow' needs "this.". 1377 32
    # warning RequireThis Reference to instance variable 'leadSelectionPath' needs "this.". 4129 41
    # warning RequireThis Reference to instance variable 'tree' needs "this.". 4758 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootPane' needs "this.". 425 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/ProgressMonitor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'max' needs "this.". 263 19
    # warning RequireThis Reference to instance variable 'T0' needs "this.". 272 35
    # warning RequireThis Reference to instance variable 'millisToDecideToPopup' needs "this.". 273 27
    # warning RequireThis Reference to instance variable 'min' needs "this.". 275 30
    # warning RequireThis Reference to instance variable 'min' needs "this.". 277 64
    # warning RequireThis Reference to instance variable 'min' needs "this.". 278 63
    # warning RequireThis Reference to instance variable 'millisToPopup' needs "this.". 281 51
    # warning RequireThis Reference to instance variable 'millisToPopup' needs "this.". 283 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/RepaintManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hwDirtyComponents' needs "this.". 494 19
    # warning RequireThis Reference to instance variable 'invalidComponents' needs "this.". 648 18
    # warning RequireThis Reference to instance variable 'dirtyComponents' needs "this.". 724 34
    # warning RequireThis Reference to instance variable 'dirtyComponents' needs "this.". 922 28
    # warning RequireThis Reference to instance variable 'standardDoubleBuffer' needs "this.". 1011 24
    # warning RequireThis Reference to instance variable 'paintThread' needs "this.". 1246 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/RowFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'date' needs "this.". 474 37
    # warning RequireThis Reference to instance variable 'date' needs "this.". 476 37
    # warning RequireThis Reference to instance variable 'date' needs "this.". 478 38
    # warning RequireThis Reference to instance variable 'date' needs "this.". 480 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/ScrollPaneLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'viewport' needs "this.". 269 18
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 272 23
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 275 23
    # warning RequireThis Reference to instance variable 'rowHead' needs "this.". 278 23
    # warning RequireThis Reference to instance variable 'colHead' needs "this.". 281 23
    # warning RequireThis Reference to instance variable 'lowerLeft' needs "this.". 284 23
    # warning RequireThis Reference to instance variable 'lowerRight' needs "this.". 287 23
    # warning RequireThis Reference to instance variable 'upperLeft' needs "this.". 290 23
    # warning RequireThis Reference to instance variable 'upperRight' needs "this.". 293 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/SizeRequirements.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 164 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/SortingFocusTraversalPolicy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'FORWARD_TRAVERSAL' needs "this.". 204 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/SpinnerListModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 244 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/Spring.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'min' needs "this.". 249 40
    # warning RequireThis Reference to instance variable 'factor' needs "this.". 331 47
    # warning RequireThis Reference to instance variable 's1' needs "this.". 436 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/SpringLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'horizontalHistory' needs "this.". 404 49
    # warning RequireThis Reference to instance variable 'edgeName' needs "this.". 875 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/TransferHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'support' needs "this.". 1471 53
    # warning RequireThis Reference to instance variable 'support' needs "this.". 1531 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/UIDefaults.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultLocale' needs "this.". 285 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/colorchooser/DefaultPreviewPanel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'swatchWidth' needs "this.". 117 25
    # warning RequireThis Reference to instance variable 'textGap' needs "this.". 132 37
    # warning RequireThis Reference to instance variable 'textGap' needs "this.". 155 31
    # warning RequireThis Reference to instance variable 'textGap' needs "this.". 162 31
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 176 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 187 45
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 189 32
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 193 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 202 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 204 32
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 204 54
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 208 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 212 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 212 59
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 216 33
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 220 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 229 35
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 231 33
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 231 59
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 235 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 239 35
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 239 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/colorchooser/SmartGridLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 66 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 70 35
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 79 39
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 82 35
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 93 39
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 97 35
    # warning RequireThis Reference to instance variable 'xGap' needs "this.". 104 23
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 122 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 126 35
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 158 37
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 170 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 181 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/event/TreeModelEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'path' needs "this.". 299 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastTime' needs "BasicComboBoxUI.this.". 1942 24
    # warning RequireThis Reference to instance variable 'typedString' needs "this.". 1949 30
    # warning RequireThis Reference to instance variable 'typedString' needs "this.". 1954 26
    # warning RequireThis Reference to instance variable 'time' needs "BasicComboBoxUI.this.". 1956 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicDesktopIconUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '__x' needs "this.". 271 27
    # warning RequireThis Reference to instance variable '__x' needs "this.". 272 37
    # warning RequireThis Reference to instance variable '__y' needs "this.". 273 27
    # warning RequireThis Reference to instance variable '__y' needs "this.". 274 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicDesktopPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 453 33
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 466 33
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 482 33
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 498 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fetchID' needs "this.". 438 20
    # warning RequireThis Reference to instance variable 'fid' needs "this.". 474 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicFileChooserUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'newFolderErrorSeparator' needs "BasicFileChooserUI.this.". 785 42
    # warning RequireThis Reference to instance variable 'directoryDescriptionText' needs "BasicFileChooserUI.this.". 1229 28
    # warning RequireThis Reference to instance variable 'fileDescriptionText' needs "BasicFileChooserUI.this.". 1231 28
    # warning RequireThis Reference to instance variable 'fileIcon' needs "BasicFileChooserUI.this.". 1253 20
    # warning RequireThis Reference to instance variable 'floppyDriveIcon' needs "BasicFileChooserUI.this.". 1258 28
    # warning RequireThis Reference to instance variable 'hardDriveIcon' needs "BasicFileChooserUI.this.". 1260 28
    # warning RequireThis Reference to instance variable 'computerIcon' needs "BasicFileChooserUI.this.". 1262 28
    # warning RequireThis Reference to instance variable 'directoryIcon' needs "BasicFileChooserUI.this.". 1264 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicInternalFrameUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frame' needs "this.". 112 17
    # warning RequireThis Reference to instance variable 'RESIZE_NONE' needs "this.". 661 30
    # warning RequireThis Reference to instance variable 'RESIZE_NONE' needs "this.". 689 25
    # warning RequireThis Reference to instance variable 'RESIZE_NONE' needs "this.". 708 25
    # warning RequireThis Reference to instance variable '__x' needs "this.". 862 27
    # warning RequireThis Reference to instance variable '__x' needs "this.". 863 37
    # warning RequireThis Reference to instance variable '__y' needs "this.". 864 27
    # warning RequireThis Reference to instance variable '__y' needs "this.". 865 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicListUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 586 33
    # warning RequireThis Reference to instance variable 'preferredHeight' needs "this.". 590 22
    # warning RequireThis Reference to instance variable 'isFileList' needs "this.". 809 18
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 1014 44
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 1019 17
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1091 36
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 1161 30
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1187 37
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1194 23
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1205 49
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1225 66
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1250 29
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1272 32
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1274 28
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1293 32
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1295 28
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1437 55
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1438 54
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1439 33
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1445 50
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1446 37
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1454 55
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1455 54
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1456 33
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1464 45
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1465 33
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 1469 43
    # warning RequireThis Reference to instance variable 'lastTime' needs "this.". 2385 24
    # warning RequireThis Reference to instance variable 'typedString' needs "this.". 2392 30
    # warning RequireThis Reference to instance variable 'typedString' needs "this.". 2397 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicLookAndFeel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clipPlaying' needs "BasicLookAndFeel.this.". 2086 45
    # warning RequireThis Reference to instance variable 'clipPlaying' needs "BasicLookAndFeel.this.". 2087 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicMenuUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastMnemonic' needs "this.". 120 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicOptionPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'optionPane' needs "this.". 265 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicPopupMenuUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastPopup' needs "this.". 1188 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicProgressBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numFrames' needs "this.". 999 24
    # warning RequireThis Reference to instance variable 'cycleTime' needs "this.". 1066 31
    # warning RequireThis Reference to instance variable 'repaintInterval' needs "this.". 1086 31
    # warning RequireThis Reference to instance variable 'MINIMUM_DELAY' needs "this.". 1198 37
    # warning RequireThis Reference to instance variable 'MINIMUM_DELAY' needs "this.". 1199 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicScrollBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 671 30
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 690 36
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 711 37
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 729 51
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 730 40
    # warning RequireThis Reference to instance variable 'decrGap' needs "this.". 768 29
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 769 30
    # warning RequireThis Reference to instance variable 'decrButton' needs "this.". 816 16
    # warning RequireThis Reference to instance variable 'incrButton' needs "this.". 817 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicScrollPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'vsbChangeListener' needs "BasicScrollPaneUI.this.". 1148 26
    # warning RequireThis Reference to instance variable 'hsbChangeListener' needs "BasicScrollPaneUI.this.". 1152 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicSliderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'slider' needs "this.". 166 19
    # warning RequireThis Reference to instance variable 'lastValue' needs "this.". 579 65
    # warning RequireThis Reference to instance variable 'leftToRightCache' needs "this.". 955 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicSpinnerUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextButton' needs "this.". 864 22
    # warning RequireThis Reference to instance variable 'previousButton' needs "this.". 867 27
    # warning RequireThis Reference to instance variable 'editor' needs "this.". 870 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicSplitPaneDivider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minX' needs "this.". 736 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 757 57
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 769 54
    # warning RequireThis Reference to instance variable 'oneTouchOffset' needs "BasicSplitPaneDivider.this.". 919 55
    # warning RequireThis Reference to instance variable 'oneTouchOffset' needs "BasicSplitPaneDivider.this.". 921 56
    # warning RequireThis Reference to instance variable 'oneTouchOffset' needs "BasicSplitPaneDivider.this.". 942 58
    # warning RequireThis Reference to instance variable 'oneTouchOffset' needs "BasicSplitPaneDivider.this.". 944 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicSplitPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dividerSize' needs "this.". 1028 23
    # warning RequireThis Reference to instance variable 'splitPane' needs "this.". 1046 18
    # warning RequireThis Reference to instance variable 'lastSplitPaneSize' needs "this.". 1330 39
    # warning RequireThis Reference to instance variable 'lastSplitPaneSize' needs "this.". 1342 39
    # warning RequireThis Reference to instance variable 'lastSplitPaneSize' needs "this.". 1343 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicTabbedPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 1650 29
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 2031 29
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 2034 38
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 2041 29
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 2048 38
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 2055 29
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 2062 38
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 2074 29
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 2077 38
    # warning RequireThis Reference to instance variable 'tabContainer' needs "BasicTabbedPaneUI.this.". 2478 33
    # warning RequireThis Reference to instance variable 'runCount' needs "BasicTabbedPaneUI.this.". 2738 37
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "BasicTabbedPaneUI.this.". 3196 40
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "BasicTabbedPaneUI.this.". 3213 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicTableHeaderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mouseXOffset' needs "this.". 215 41
    # warning RequireThis Reference to instance variable 'mouseXOffset' needs "this.". 224 48
    # warning RequireThis Reference to instance variable 'rolloverColumn' needs "this.". 448 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicTableUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leadRow' needs "this.". 443 44
    # warning RequireThis Reference to instance variable 'leadColumn' needs "this.". 463 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicTextUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'p1' needs "this.". 2398 27
    # warning RequireThis Reference to instance variable 'exportComp' needs "this.". 2464 44
    # warning RequireThis Reference to instance variable 'p0' needs "this.". 2464 65
    # warning RequireThis Reference to instance variable 'p1' needs "this.". 2464 78

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicToolBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'focusedCompIndex' needs "this.". 368 30
    # warning RequireThis Reference to instance variable 'focusedCompIndex' needs "this.". 389 30
    # warning RequireThis Reference to instance variable 'toolBar' needs "this.". 906 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicTreeUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rightChildIndent' needs "this.". 297 46
    # warning RequireThis Reference to instance variable 'rightChildIndent' needs "this.". 309 46
    # warning RequireThis Reference to instance variable 'totalChildIndent' needs "this.". 1312 55
    # warning RequireThis Reference to instance variable 'depthOffset' needs "this.". 1664 44
    # warning RequireThis Reference to instance variable 'cellEditor' needs "this.". 1766 25
    # warning RequireThis Reference to instance variable 'destination' needs "this.". 3154 41
    # warning RequireThis Reference to instance variable 'lastTime' needs "this.". 3296 28
    # warning RequireThis Reference to instance variable 'typedString' needs "this.". 3303 34
    # warning RequireThis Reference to instance variable 'typedString' needs "this.". 3308 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/DragRecognitionSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dndArmedEvent' needs "this.". 142 24
    # warning RequireThis Reference to instance variable 'motionThreshold' needs "this.". 166 19
    # warning RequireThis Reference to instance variable 'motionThreshold' needs "this.". 166 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalInternalFrameTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'paletteTitleHeight' needs "MetalInternalFrameTitlePane.this.". 247 26
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 334 34
    # warning RequireThis Reference to instance variable 'activeBumps' needs "this.". 386 21
    # warning RequireThis Reference to instance variable 'inactiveBumps' needs "this.". 397 21
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 462 34
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 465 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalRootPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 841 62
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 845 66
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 858 48
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 863 48
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 864 49
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 876 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalSliderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'filledSlider' needs "this.". 375 41
    # warning RequireThis Reference to instance variable 'filledSlider' needs "this.". 437 41
    # warning RequireThis Reference to instance variable 'TICK_BUFFER' needs "this.". 481 77
    # warning RequireThis Reference to instance variable 'TICK_BUFFER' needs "this.". 482 22
    # warning RequireThis Reference to instance variable 'safeLength' needs "this.". 550 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalSplitPaneDivider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'focusBumps' needs "this.". 74 25
    # warning RequireThis Reference to instance variable 'bumps' needs "this.". 78 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalTabbedPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectHighlight' needs "this.". 242 34
    # warning RequireThis Reference to instance variable 'selectHighlight' needs "this.". 384 37
    # warning RequireThis Reference to instance variable 'selectHighlight' needs "this.". 388 38
    # warning RequireThis Reference to instance variable 'selectHighlight' needs "this.". 588 34
    # warning RequireThis Reference to instance variable 'selectHighlight' needs "this.". 657 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'activeBackground' needs "this.". 706 26
    # warning RequireThis Reference to instance variable 'activeForeground' needs "this.". 707 26
    # warning RequireThis Reference to instance variable 'activeShadow' needs "this.". 708 26
    # warning RequireThis Reference to instance variable 'activeBumps' needs "this.". 709 21
    # warning RequireThis Reference to instance variable 'inactiveBackground' needs "this.". 711 26
    # warning RequireThis Reference to instance variable 'inactiveForeground' needs "this.". 712 26
    # warning RequireThis Reference to instance variable 'inactiveShadow' needs "this.". 713 26
    # warning RequireThis Reference to instance variable 'inactiveBumps' needs "this.". 714 21
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 769 34
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 772 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalUtils.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'w' needs "this.". 305 49
    # warning RequireThis Reference to instance variable 'h' needs "this.". 312 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/nimbus/AbstractRegionPainter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leftWidth' needs "this.". 235 24
    # warning RequireThis Reference to instance variable 'topHeight' needs "this.". 256 24
    # warning RequireThis Reference to instance variable 'leftScale' needs "this.". 279 39
    # warning RequireThis Reference to instance variable 'centerHScale' needs "this.". 281 39
    # warning RequireThis Reference to instance variable 'rightScale' needs "this.". 283 39
    # warning RequireThis Reference to instance variable 'topScale' needs "this.". 302 39
    # warning RequireThis Reference to instance variable 'centerVScale' needs "this.". 304 39
    # warning RequireThis Reference to instance variable 'bottomScale' needs "this.". 306 39
    # warning RequireThis Reference to instance variable 'a' needs "this.". 565 63
    # warning RequireThis Reference to instance variable 'c' needs "this.". 568 58
    # warning RequireThis Reference to instance variable 'centerWidth' needs "this.". 597 40
    # warning RequireThis Reference to instance variable 'centerHeight' needs "this.". 601 34
    # warning RequireThis Reference to instance variable 'leftWidth' needs "this.". 607 31
    # warning RequireThis Reference to instance variable 'topHeight' needs "this.". 610 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/nimbus/ImageCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxPixelCount' needs "this.". 152 37
    # warning RequireThis Reference to instance variable 'maxPixelCount' needs "this.". 160 37
    # warning RequireThis Reference to instance variable 'maxPixelCount' needs "this.". 162 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/nimbus/State.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 173 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/ImagePainter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sInsets' needs "this.". 83 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/ParsedSynthStyle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_method' needs "this.". 262 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthEditorPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'localTrue' needs "this.". 91 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthInternalFrameTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'titleSpacing' needs "SynthInternalFrameTitlePane.this.". 422 37
    # warning RequireThis Reference to instance variable 'buttonSpacing' needs "SynthInternalFrameTitlePane.this.". 442 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthMenuItemUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 97 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthMenuUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 80 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthProgressBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tileWidth' needs "this.". 293 50
    # warning RequireThis Reference to instance variable 'tileWidth' needs "this.". 298 30
    # warning RequireThis Reference to instance variable 'tileWidth' needs "this.". 298 61
    # warning RequireThis Reference to instance variable 'tileWidth' needs "this.". 304 47
    # warning RequireThis Reference to instance variable 'tileWidth' needs "this.". 304 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthScrollBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thumbStyle' needs "this.". 199 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthSliderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trackHeight' needs "this.". 265 51
    # warning RequireThis Reference to instance variable 'sliderTrackStyle' needs "this.". 738 21
    # warning RequireThis Reference to instance variable 'sliderThumbStyle' needs "this.". 740 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthSpinnerUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextButton' needs "this.". 369 22
    # warning RequireThis Reference to instance variable 'previousButton' needs "this.". 372 27
    # warning RequireThis Reference to instance variable 'editor' needs "this.". 375 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthTabbedPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tabStyle' needs "this.". 247 21
    # warning RequireThis Reference to instance variable 'tabAreaStyle' needs "this.". 250 21
    # warning RequireThis Reference to instance variable 'tabContentStyle' needs "this.". 253 21
    # warning RequireThis Reference to instance variable 'selectedTabIsPressed' needs "this.". 594 62
    # warning RequireThis Reference to instance variable 'tabOverlap' needs "SynthTabbedPaneUI.this.". 905 56
    # warning RequireThis Reference to instance variable 'tabOverlap' needs "SynthTabbedPaneUI.this.". 909 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthToolBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 112 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/table/DefaultTableColumnModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'columnMargin' needs "this.". 222 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/table/JTableHeader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultRenderer' needs "this.". 404 28
    # warning RequireThis Reference to instance variable 'defaultRenderer' needs "JTableHeader.this.". 814 36
    # warning RequireThis Reference to instance variable 'defaultRenderer' needs "JTableHeader.this.". 856 36
    # warning RequireThis Reference to instance variable 'defaultRenderer' needs "JTableHeader.this.". 916 40
    # warning RequireThis Reference to instance variable 'defaultRenderer' needs "JTableHeader.this.". 944 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/AbstractDocument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nchildren' needs "this.". 2349 25
    # warning RequireThis Reference to instance variable 'lastIndex' needs "this.". 2397 29
    # warning RequireThis Reference to instance variable 'lastIndex' needs "this.". 2399 29
    # warning RequireThis Reference to instance variable 'nchildren' needs "this.". 2462 44
    # warning RequireThis Reference to instance variable 'added' needs "this.". 3066 23
    # warning RequireThis Reference to instance variable 'added' needs "this.". 3085 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/AsyncBoxView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'estimatedMajorSpan' needs "this.". 280 53
    # warning RequireThis Reference to instance variable 'minorChanged' needs "this.". 313 37
    # warning RequireThis Reference to instance variable 'majorChanged' needs "this.". 317 42
    # warning RequireThis Reference to instance variable 'minorChanged' needs "this.". 318 40
    # warning RequireThis Reference to instance variable 'majorChanged' needs "this.". 320 40
    # warning RequireThis Reference to instance variable 'minorChanged' needs "this.". 321 42
    # warning RequireThis Reference to instance variable 'minorSpan' needs "this.". 565 31
    # warning RequireThis Reference to instance variable 'majorSpan' needs "AsyncBoxView.this.". 1080 36
    # warning RequireThis Reference to instance variable 'majorValid' needs "this.". 1238 35
    # warning RequireThis Reference to instance variable 'span' needs "this.". 1302 29
    # warning RequireThis Reference to instance variable 'span' needs "this.". 1306 29
    # warning RequireThis Reference to instance variable 'minorSpan' needs "AsyncBoxView.this.". 1319 23
    # warning RequireThis Reference to instance variable 'minorSpan' needs "AsyncBoxView.this.". 1330 23
    # warning RequireThis Reference to instance variable 'max' needs "this.". 1333 38
    # warning RequireThis Reference to instance variable 'majorValid' needs "this.". 1391 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/BoxView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 106 40
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 128 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 143 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 299 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 322 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 380 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 525 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 548 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 571 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 594 21
    # warning RequireThis Reference to instance variable 'minorAllocValid' needs "this.". 610 36
    # warning RequireThis Reference to instance variable 'majorSpan' needs "this.". 720 20
    # warning RequireThis Reference to instance variable 'minorSpan' needs "this.". 722 20
    # warning RequireThis Reference to instance variable 'majorSpan' needs "this.". 736 20
    # warning RequireThis Reference to instance variable 'minorSpan' needs "this.". 738 20
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 928 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 1100 34
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 1111 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/DefaultCaret.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectionVisible' needs "this.". 849 20
    # warning RequireThis Reference to instance variable 'mark' needs "this.". 854 29
    # warning RequireThis Reference to instance variable 'dot' needs "this.". 1434 30
    # warning RequireThis Reference to instance variable 'mark' needs "this.". 1435 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/DefaultHighlighter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'width' needs "this.". 550 38
    # warning RequireThis Reference to instance variable 'height' needs "this.". 551 39
    # warning RequireThis Reference to instance variable 'x' needs "this.". 553 26
    # warning RequireThis Reference to instance variable 'y' needs "this.". 555 27
    # warning RequireThis Reference to instance variable 'lastDoc' needs "this.". 639 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/DefaultStyledDocument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offsetLastIndexOnReplace' needs "this.". 1579 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1620 51
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1634 32
    # warning RequireThis Reference to instance variable 'added' needs "this.". 2504 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/GapVector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 160 28
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 161 20
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 168 32
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 190 28
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 192 28
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 202 28
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 255 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/JTextComponent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'editable' needs "this.". 1802 18
    # warning RequireThis Reference to instance variable 'nm' needs "this.". 4231 32
    # warning RequireThis Reference to instance variable 'dot' needs "this.". 4422 29
    # warning RequireThis Reference to instance variable 'caret' needs "this.". 4905 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/ParagraphView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tabBase' needs "this.". 429 14
    # warning RequireThis Reference to instance variable 'firstLineIndent' needs "ParagraphView.this.". 1180 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/PlainView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstLineOffset' needs "this.". 102 18
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 111 25
    # warning RequireThis Reference to instance variable 'unselected' needs "this.". 111 45
    # warning RequireThis Reference to instance variable 'sel0' needs "this.". 114 31
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 114 45
    # warning RequireThis Reference to instance variable 'sel0' needs "this.". 114 61
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 114 75
    # warning RequireThis Reference to instance variable 'firstLineOffset' needs "this.". 317 22
    # warning RequireThis Reference to instance variable 'longLine' needs "this.". 565 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/Segment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 134 15
    # warning RequireThis Reference to instance variable 'count' needs "this.". 149 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 165 42
    # warning RequireThis Reference to instance variable 'count' needs "this.". 182 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 199 20
    # warning RequireThis Reference to instance variable 'count' needs "this.". 216 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 217 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 243 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 263 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 285 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/StringContent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 97 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/StyleContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 1208 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/StyledEditorKit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentRun' needs "StyledEditorKit.this.". 249 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/TabStop.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leader' needs "this.". 148 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/WrappedPlainView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 138 25
    # warning RequireThis Reference to instance variable 'unselected' needs "this.". 138 45
    # warning RequireThis Reference to instance variable 'sel0' needs "this.". 141 31
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 141 45
    # warning RequireThis Reference to instance variable 'sel0' needs "this.". 141 61
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 141 75
    # warning RequireThis Reference to instance variable 'lineCount' needs "this.". 592 33
    # warning RequireThis Reference to instance variable 'lineCount' needs "this.". 687 29
    # warning RequireThis Reference to instance variable 'lineCount' needs "this.". 733 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/HRuleView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rightMargin' needs "this.". 119 54
    # warning RequireThis Reference to instance variable 'size' needs "this.". 126 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/HTMLDocument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'foundInsertTag' needs "HTMLReader.this.". 2953 44
    # warning RequireThis Reference to instance variable 'pushDepth' needs "this.". 3755 38
    # warning RequireThis Reference to instance variable 'popDepth' needs "this.". 3938 45
    # warning RequireThis Reference to instance variable 'pushDepth' needs "this.". 3943 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/HTMLWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inContent' needs "this.". 336 32
    # warning RequireThis Reference to instance variable 'preEndOffset' needs "this.". 503 37
    # warning RequireThis Reference to instance variable 'convAttr' needs "this.". 996 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/ImageView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'disabledImage' needs "this.". 201 19
    # warning RequireThis Reference to instance variable 'borderSize' needs "this.". 419 39
    # warning RequireThis Reference to instance variable 'borderSize' needs "this.". 420 38
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 448 28
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 452 29
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 460 32
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 462 33
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 476 51
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 478 52
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 567 75
    # warning RequireThis Reference to instance variable 'bottomInset' needs "this.". 568 71
    # warning RequireThis Reference to instance variable 'state' needs "this.". 647 13
    # warning RequireThis Reference to instance variable 'altView' needs "this.". 822 20
    # warning RequireThis Reference to instance variable 'image' needs "ImageView.this.". 866 24
    # warning RequireThis Reference to instance variable 'disabledImage' needs "ImageView.this.". 866 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/Map.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 317 27
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 317 38
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 318 27
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 318 38
    # warning RequireThis Reference to instance variable 'radiusSquared' needs "this.". 474 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/Option.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'label' needs "this.". 112 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/OptionListModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 87 26
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 87 48
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 91 28
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 206 18
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 207 54
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 219 18
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 220 54
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 444 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/StyleSheet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 1835 26
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 1840 26
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 1885 22
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 1887 36
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 1900 18
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 1902 30
    # warning RequireThis Reference to instance variable 'type' needs "this.". 2089 33
    # warning RequireThis Reference to instance variable 'start' needs "this.". 2147 31
    # warning RequireThis Reference to instance variable 'bulletgap' needs "this.". 2258 47
    # warning RequireThis Reference to instance variable 'bulletgap' needs "this.". 2279 65
    # warning RequireThis Reference to instance variable 'bulletgap' needs "this.". 2309 56
    # warning RequireThis Reference to instance variable 'bulletgap' needs "this.". 2310 47
    # warning RequireThis Reference to instance variable 'hPosition' needs "this.". 2511 44
    # warning RequireThis Reference to instance variable 'vPosition' needs "this.". 2518 44
    # warning RequireThis Reference to instance variable 'paintMaxX' needs "this.". 2541 41
    # warning RequireThis Reference to instance variable 'paintMaxY' needs "this.". 2543 44
    # warning RequireThis Reference to instance variable 'extendedIndex' needs "this.". 2800 29
    # warning RequireThis Reference to instance variable 'extendedIndex' needs "this.". 2820 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/TableView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'borderWidth' needs "this.". 561 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/parser/ContentModelState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 80 29
    # warning RequireThis Reference to instance variable 'value' needs "this.". 128 34
    # warning RequireThis Reference to instance variable 'value' needs "this.". 160 36
    # warning RequireThis Reference to instance variable 'value' needs "this.". 220 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/parser/Parser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentBlockStartPos' needs "this.". 334 37
    # warning RequireThis Reference to instance variable 'currentBlockStartPos' needs "this.". 364 29
    # warning RequireThis Reference to instance variable 'currentBlockStartPos' needs "this.". 416 29
    # warning RequireThis Reference to instance variable 'strpos' needs "this.". 797 29
    # warning RequireThis Reference to instance variable 'textpos' needs "this.". 1152 30
    # warning RequireThis Reference to instance variable 'ch' needs "this.". 1216 21
    # warning RequireThis Reference to instance variable 'currentBlockStartPos' needs "this.". 1579 53
    # warning RequireThis Reference to instance variable 'recent' needs "this.". 1658 24
    # warning RequireThis Reference to instance variable 'recent' needs "this.". 1839 20
    # warning RequireThis Reference to instance variable 'currentPosition' needs "this.". 2042 36
    # warning RequireThis Reference to instance variable 'currentPosition' needs "this.". 2062 37
    # warning RequireThis Reference to instance variable 'currentPosition' needs "this.". 2067 41
    # warning RequireThis Reference to instance variable 'currentPosition' needs "this.". 2114 45
    # warning RequireThis Reference to instance variable 'currentPosition' needs "this.". 2135 45
    # warning RequireThis Reference to instance variable 'currentPosition' needs "this.". 2150 45
    # warning RequireThis Reference to instance variable 'crCount' needs "this.". 2196 26
    # warning RequireThis Reference to instance variable 'crlfCount' needs "this.". 2197 28
    # warning RequireThis Reference to instance variable 'lfCount' needs "this.". 2205 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 2288 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/parser/TagStack.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numLines' needs "this.". 177 27
    # warning RequireThis Reference to instance variable 'numLines' needs "this.". 188 31
    # warning RequireThis Reference to instance variable 'numLines' needs "this.". 197 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/rtf/RTFAttributes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rtfDefault' needs "this.". 232 33
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 381 52
    # warning RequireThis Reference to instance variable 'swingDefault' needs "this.". 390 23
    # warning RequireThis Reference to instance variable 'swingDefault' needs "this.". 407 25
    # warning RequireThis Reference to instance variable 'rtfDefault' needs "this.". 416 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/rtf/RTFGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fontCount' needs "this.". 331 28
    # warning RequireThis Reference to instance variable 'colorCount' needs "this.". 352 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/rtf/RTFParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 106 13
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 131 18
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 134 40
    # warning RequireThis Reference to instance variable 'S_backslashed' needs "this.". 182 19
    # warning RequireThis Reference to instance variable 'S_aftertick' needs "this.". 189 19
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 198 19
    # warning RequireThis Reference to instance variable 'S_token' needs "this.". 204 17
    # warning RequireThis Reference to instance variable 'S_parameter' needs "this.". 215 21
    # warning RequireThis Reference to instance variable 'pendingKeyword' needs "this.". 220 45
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 222 21
    # warning RequireThis Reference to instance variable 'S_inblob' needs "this.". 238 21
    # warning RequireThis Reference to instance variable 'pendingKeyword' needs "this.". 252 43
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 256 19
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 265 19
    # warning RequireThis Reference to instance variable 'S_aftertickc' needs "this.". 268 19
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 272 17
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 285 21
    # warning RequireThis Reference to instance variable 'savedSpecials' needs "this.". 286 29
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 303 18
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 316 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/rtf/RTFReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rtfDestination' needs "this.". 247 32
    # warning RequireThis Reference to instance variable 'STYLENUMBER_NONE' needs "this.". 920 23
    # warning RequireThis Reference to instance variable 'STYLENUMBER_NONE' needs "this.". 921 25
    # warning RequireThis Reference to instance variable 'STYLENUMBER_NONE' needs "this.". 986 28
    # warning RequireThis Reference to instance variable 'STYLENUMBER_NONE' needs "this.". 1013 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/tree/DefaultMutableTreeNode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'allowsChildren' needs "this.". 308 23
    # warning RequireThis Reference to instance variable 'root' needs "this.". 1357 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/tree/DefaultTreeCellEditor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "DefaultTreeCellEditor.this.". 724 48
    # warning RequireThis Reference to instance variable 'offset' needs "DefaultTreeCellEditor.this.". 727 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/tree/DefaultTreeModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'root' needs "this.". 409 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/tree/DefaultTreeSelectionModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectionMode' needs "this.". 158 23
    # warning RequireThis Reference to instance variable 'lastPaths' needs "this.". 281 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/tree/FixedHeightLayoutCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'root' needs "this.". 374 43
    # warning RequireThis Reference to instance variable 'root' needs "this.". 484 32
    # warning RequireThis Reference to instance variable 'row' needs "this.". 1042 57
    # warning RequireThis Reference to instance variable 'childCount' needs "this.". 1077 30
    # warning RequireThis Reference to instance variable 'childCount' needs "this.". 1387 37
    # warning RequireThis Reference to instance variable 'root' needs "FixedHeightLayoutCache.this.". 1548 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/tree/VariableHeightLayoutCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'root' needs "this.". 438 41
    # warning RequireThis Reference to instance variable 'root' needs "this.". 484 58
    # warning RequireThis Reference to instance variable 'root' needs "this.". 504 49
    # warning RequireThis Reference to instance variable 'root' needs "this.". 554 60
    # warning RequireThis Reference to instance variable 'root' needs "this.". 591 49
    # warning RequireThis Reference to instance variable 'root' needs "this.". 638 31
    # warning RequireThis Reference to instance variable 'root' needs "this.". 782 35
    # warning RequireThis Reference to instance variable 'root' needs "VariableHeightLayoutCache.this.". 1717 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/undo/AbstractUndoableEdit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hasBeenDone' needs "this.". 127 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/undo/UndoManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 191 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/org/jcp/xml/dsig/internal/dom/DOMHMACSignatureMethod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outputLength' needs "this.". 95 23
    # warning RequireThis Reference to instance variable 'outputLength' needs "this.". 108 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/org/jcp/xml/dsig/internal/dom/DOMReference.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appliedTransformData' needs "this.". 306 20
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 313 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/applet/AppletClassLoader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'resourceAsStreamFromJarInCall' needs "this.". 467 52
    # warning RequireThis Reference to instance variable 'resourceAsStreamInCall' needs "this.". 483 45
    # warning RequireThis Reference to instance variable 'appContext' needs "this.". 762 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/applet/AppletEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 60 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/applet/AppletEventMulticaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'a' needs "this.". 96 21
    # warning RequireThis Reference to instance variable 'b' needs "this.". 97 21
    # warning RequireThis Reference to instance variable 'a' needs "this.". 100 19
    # warning RequireThis Reference to instance variable 'b' needs "this.". 100 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/applet/AppletPanel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loaderThread' needs "this.". 373 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/applet/AppletSecurity.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mainAppContext' needs "this.". 315 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/AWTAutoShutdown.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'toolkitThreadBusy' needs "this.". 248 21
    # warning RequireThis Reference to instance variable 'toolkitThreadBusy' needs "this.". 251 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/AppContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'THREAD_INTERRUPT_TIMEOUT' needs "this.". 459 36
    # warning RequireThis Reference to instance variable 'THREAD_INTERRUPT_TIMEOUT' needs "this.". 474 31
    # warning RequireThis Reference to instance variable 'shadowMostRecentKeyValue' needs "this.". 601 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/FontConfiguration.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'initEncoding' needs "this.". 423 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/OSInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'major' needs "this.". 177 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/OrientableFlowLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'vVGap' needs "this.". 231 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/PlatformFont.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultChar' needs "this.". 180 23
    # warning RequireThis Reference to instance variable 'defaultFont' needs "this.". 206 22
    # warning RequireThis Reference to instance variable 'defaultFont' needs "this.". 281 41
    # warning RequireThis Reference to instance variable 'defaultChar' needs "this.". 282 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/VariableGridLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 205 34
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 207 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/datatransfer/DataTransferer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 1953 26
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1986 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/datatransfer/SunClipboard.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'contentsContext' needs "this.". 158 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/dnd/SunDragSourceContextPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceActions' needs "this.". 263 52
    # warning RequireThis Reference to instance variable 'sourceActions' needs "this.". 339 50
    # warning RequireThis Reference to instance variable 'dispatchType' needs "this.". 498 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/dnd/SunDropTargetContextPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentDT' needs "this.". 386 19
    # warning RequireThis Reference to instance variable 'currentDTC' needs "this.". 398 15
    # warning RequireThis Reference to instance variable 'currentDTC' needs "this.". 454 24
    # warning RequireThis Reference to instance variable 'currentSA' needs "this.". 633 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/geom/Crossings.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 67 43
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 68 29
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 207 19
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 207 32
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 211 27
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 211 40
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 216 18
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 218 22
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 225 20
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 230 23
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 230 38
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 233 22
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 233 36
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 243 18
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 246 18
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 249 18
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 252 18
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 273 18
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 278 18
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 283 18
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 288 18
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 325 27
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 329 27
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 376 37
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 403 24
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 459 26
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 462 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/geom/CurveLink.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ytop' needs "this.". 42 55
    # warning RequireThis Reference to instance variable 'ybot' needs "this.". 65 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/geom/Edge.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastEdge' needs "this.". 77 22
    # warning RequireThis Reference to instance variable 'curve' needs "this.". 117 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/geom/Order1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 103 19
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 103 30
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 106 18
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 110 27
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 110 39
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 110 51
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 114 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 117 18
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 120 21
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 120 33
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 124 31
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 128 31
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 134 35
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 136 26
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 145 35
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 147 26
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 176 22
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 177 22
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 183 20
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 184 20
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 202 23
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 202 37
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 205 19
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 208 27
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 209 29
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 210 41
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 211 37
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 269 27
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 270 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/geom/Order2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 243 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 246 18
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 253 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 256 18
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 357 24
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 359 24
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 370 24
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 372 24
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 379 36
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 388 36
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 397 23
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 398 25
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 405 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/geom/Order3.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 334 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 335 18
    # warning RequireThis Reference to instance variable 'YforT1' needs "this.". 336 18
    # warning RequireThis Reference to instance variable 'YforT2' needs "this.". 337 18
    # warning RequireThis Reference to instance variable 'YforT3' needs "this.". 338 18
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 344 30
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 345 30
    # warning RequireThis Reference to instance variable 'TforY2' needs "this.". 399 22
    # warning RequireThis Reference to instance variable 'YforT2' needs "this.". 400 22
    # warning RequireThis Reference to instance variable 'TforY1' needs "this.". 401 22
    # warning RequireThis Reference to instance variable 'YforT1' needs "this.". 402 22
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 484 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 487 18
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 506 26
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 506 45
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 508 25
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 508 44
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 510 24
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 521 26
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 521 45
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 523 25
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 523 44
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 525 24
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 532 38
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 532 51
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 544 38
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 544 51
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 556 23
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 556 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/im/InputContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputMethod' needs "this.". 381 40
    # warning RequireThis Reference to instance variable 'currentClientComponent' needs "this.". 389 93
    # warning RequireThis Reference to instance variable 'inputMethod' needs "this.". 490 35
    # warning RequireThis Reference to instance variable 'currentClientComponent' needs "this.". 615 30
    # warning RequireThis Reference to instance variable 'awtFocussedComponent' needs "this.". 623 26
    # warning RequireThis Reference to instance variable 'currentClientComponent' needs "this.". 627 26
    # warning RequireThis Reference to instance variable 'inputMethod' needs "this.". 920 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/im/InputMethodContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputMethodSupportsBelowTheSpot' needs "this.". 97 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/im/InputMethodLocator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'locale' needs "this.". 128 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/im/InputMethodManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentInputContext' needs "this.". 494 35
    # warning RequireThis Reference to instance variable 'hostAdapterLocator' needs "this.". 522 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ByteBandedRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 156 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 299 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 347 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 384 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 395 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 528 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 575 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 615 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ByteComponentRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 182 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 182 49
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 194 39
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 194 59
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 331 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 333 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 385 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 392 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 394 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 431 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 441 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 443 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 542 30
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 547 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 608 30
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 614 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 616 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 664 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 671 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 673 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 723 33
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 728 62
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 730 66
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 737 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 739 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ByteInterleavedRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dbOffsetPacked' needs "this.". 890 27
    # warning RequireThis Reference to instance variable 'dbOffsetPacked' needs "this.". 927 27
    # warning RequireThis Reference to instance variable 'dbOffsetPacked' needs "this.". 973 27
    # warning RequireThis Reference to instance variable 'dbOffset' needs "this.". 985 27
    # warning RequireThis Reference to instance variable 'dbOffsetPacked' needs "this.". 1064 27
    # warning RequireThis Reference to instance variable 'dbOffset' needs "this.". 1078 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/BytePackedRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 185 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 185 63
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 186 29
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 187 31
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 344 22
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 488 22
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 594 32
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1014 22
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1127 22
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1244 22
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 1381 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/DataBufferNative.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'width' needs "this.". 75 28
    # warning RequireThis Reference to instance variable 'width' needs "this.". 75 39
    # warning RequireThis Reference to instance variable 'width' needs "this.". 89 21
    # warning RequireThis Reference to instance variable 'width' needs "this.". 89 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/GifImageDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'global_width' needs "this.". 395 23
    # warning RequireThis Reference to instance variable 'num_global_colors' needs "this.". 530 32
    # warning RequireThis Reference to instance variable 'global_height' needs "this.". 552 51
    # warning RequireThis Reference to instance variable 'global_height' needs "this.". 557 27
    # warning RequireThis Reference to instance variable 'global_width' needs "this.". 561 37
    # warning RequireThis Reference to instance variable 'delay' needs "this.". 668 57
    # warning RequireThis Reference to instance variable 'disposal_method' needs "this.". 679 56
    # warning RequireThis Reference to instance variable 'x' needs "this.". 686 26
    # warning RequireThis Reference to instance variable 'width' needs "this.". 689 21
    # warning RequireThis Reference to instance variable 'x' needs "this.". 690 40
    # warning RequireThis Reference to instance variable 'y' needs "this.". 696 31
    # warning RequireThis Reference to instance variable 'height' needs "this.". 699 25
    # warning RequireThis Reference to instance variable 'y' needs "this.". 700 46
    # warning RequireThis Reference to instance variable 'model' needs "this.". 724 39
    # warning RequireThis Reference to instance variable 'width' needs "this.". 732 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ImageConsumerQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'consumer' needs "this.". 89 23
    # warning RequireThis Reference to instance variable 'securityContext' needs "this.". 91 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ImageRepresentation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numSrcLUT' needs "this.". 439 35
    # warning RequireThis Reference to instance variable 'srcModel' needs "this.". 464 34
    # warning RequireThis Reference to instance variable 'cmodel' needs "this.". 567 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/InputStreamImageSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'consumers' needs "this.". 290 18
    # warning RequireThis Reference to instance variable 'consumers' needs "this.". 303 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/IntegerComponentRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 204 47
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 340 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 342 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 453 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 459 34
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 512 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 514 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/OffScreenImage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultFont' needs "this.". 93 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/OffScreenImageSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'theConsumer' needs "this.". 70 23
    # warning RequireThis Reference to instance variable 'height' needs "this.". 100 35
    # warning RequireThis Reference to instance variable 'height' needs "this.". 109 35
    # warning RequireThis Reference to instance variable 'width' needs "this.". 111 39
    # warning RequireThis Reference to instance variable 'height' needs "this.". 123 35
    # warning RequireThis Reference to instance variable 'height' needs "this.". 135 35
    # warning RequireThis Reference to instance variable 'height' needs "this.". 143 35
    # warning RequireThis Reference to instance variable 'width' needs "this.". 145 39
    # warning RequireThis Reference to instance variable 'height' needs "this.". 154 35
    # warning RequireThis Reference to instance variable 'width' needs "this.". 156 39
    # warning RequireThis Reference to instance variable 'height' needs "this.". 173 31
    # warning RequireThis Reference to instance variable 'width' needs "this.". 174 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/PNGImageDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'height' needs "this.". 267 48
    # warning RequireThis Reference to instance variable 'width' needs "this.". 267 65
    # warning RequireThis Reference to instance variable 'bitDepth' needs "this.". 332 48
    # warning RequireThis Reference to instance variable 'width' needs "this.". 352 66
    # warning RequireThis Reference to instance variable 'height' needs "this.". 361 30
    # warning RequireThis Reference to instance variable 'width' needs "this.". 374 34
    # warning RequireThis Reference to instance variable 'transparentPixel' needs "this.". 398 50
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 666 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 667 58
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 668 31
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 670 28
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 675 70
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 682 18
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 684 18
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 687 48
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 688 23
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 692 22
    # warning RequireThis Reference to instance variable 'chunkLength' needs "this.". 712 67
    # warning RequireThis Reference to instance variable 'chunkLength' needs "this.". 749 30
    # warning RequireThis Reference to instance variable 'whiteX' needs "this.". 797 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ShortBandedRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 153 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 294 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 342 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 380 49
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 390 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 526 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 573 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 613 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ShortComponentRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 182 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 182 49
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 194 47
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 330 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 332 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 384 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 391 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 393 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 439 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 441 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 575 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 577 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 625 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 632 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 634 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 673 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 675 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ToolkitImage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'imagerep' needs "this.". 283 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/URLImageSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'conn' needs "this.". 112 17
    # warning RequireThis Reference to instance variable 'url' needs "this.". 129 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/VolatileSurfaceManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sdAccel' needs "this.". 118 29
    # warning RequireThis Reference to instance variable 'sdAccel' needs "this.". 177 33
    # warning RequireThis Reference to instance variable 'sdAccel' needs "this.". 189 33
    # warning RequireThis Reference to instance variable 'sdPrevious' needs "this.". 218 27
    # warning RequireThis Reference to instance variable 'sdCurrent' needs "this.". 221 26
    # warning RequireThis Reference to instance variable 'sdAccel' needs "this.". 305 54
    # warning RequireThis Reference to instance variable 'sdAccel' needs "VolatileSurfaceManager.this.". 387 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/util/IdentityArrayList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 222 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 399 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 429 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 521 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 529 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/util/IdentityLinkedList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'header' needs "this.". 230 45
    # warning RequireThis Reference to instance variable 'size' needs "this.". 271 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 280 38
    # warning RequireThis Reference to instance variable 'header' needs "this.". 298 21
    # warning RequireThis Reference to instance variable 'size' needs "this.". 349 36
    # warning RequireThis Reference to instance variable 'size' needs "this.". 369 35
    # warning RequireThis Reference to instance variable 'header' needs "this.". 399 42
    # warning RequireThis Reference to instance variable 'header' needs "this.". 421 46
    # warning RequireThis Reference to instance variable 'header' needs "this.". 618 49
    # warning RequireThis Reference to instance variable 'size' needs "IdentityLinkedList.this.". 659 38
    # warning RequireThis Reference to instance variable 'header' needs "IdentityLinkedList.this.". 667 24
    # warning RequireThis Reference to instance variable 'size' needs "IdentityLinkedList.this.". 668 32
    # warning RequireThis Reference to instance variable 'size' needs "IdentityLinkedList.this.". 674 33
    # warning RequireThis Reference to instance variable 'size' needs "IdentityLinkedList.this.". 679 30
    # warning RequireThis Reference to instance variable 'next' needs "this.". 682 28
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 718 23
    # warning RequireThis Reference to instance variable 'header' needs "IdentityLinkedList.this.". 722 28
    # warning RequireThis Reference to instance variable 'header' needs "IdentityLinkedList.this.". 727 33
    # warning RequireThis Reference to instance variable 'header' needs "IdentityLinkedList.this.". 735 28
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 742 29
    # warning RequireThis Reference to instance variable 'header' needs "this.". 769 18
    # warning RequireThis Reference to instance variable 'header' needs "this.". 820 45
    # warning RequireThis Reference to instance variable 'header' needs "this.". 869 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/beans/editors/ColorEditor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hPad' needs "this.". 37 20
    # warning RequireThis Reference to instance variable 'hPad' needs "this.". 53 27
    # warning RequireThis Reference to instance variable 'hPad' needs "this.". 62 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/AttributeValues.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nondefault' needs "this.". 217 20
    # warning RequireThis Reference to instance variable 'baselineTransform' needs "this.". 545 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/CMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 492 29
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 496 29
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 500 29
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 504 29
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 601 54
    # warning RequireThis Reference to instance variable 'entryCount' needs "this.". 850 31
    # warning RequireThis Reference to instance variable 'firstCode' needs "this.". 865 26
    # warning RequireThis Reference to instance variable 'entryCount' needs "this.". 866 46
    # warning RequireThis Reference to instance variable 'entryCount' needs "this.". 924 31
    # warning RequireThis Reference to instance variable 'firstCode' needs "this.". 935 42
    # warning RequireThis Reference to instance variable 'entryCount' needs "this.". 936 38
    # warning RequireThis Reference to instance variable 'numGroups' needs "this.". 968 29
    # warning RequireThis Reference to instance variable 'highBit' needs "this.". 1002 26
    # warning RequireThis Reference to instance variable 'power' needs "this.". 1003 33
    # warning RequireThis Reference to instance variable 'extra' needs "this.". 1015 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/CharToGlyphMapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'missingGlyph' needs "this.". 56 25
    # warning RequireThis Reference to instance variable 'missingGlyph' needs "this.". 61 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/CompositeFont.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 113 33
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 281 31
    # warning RequireThis Reference to instance variable 'numMetricsSlots' needs "this.". 294 21
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 375 21
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 397 25
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 434 32
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 453 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/CoreMetrics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ssOffset' needs "this.". 70 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/Decoration.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bgPaint' needs "this.". 316 38
    # warning RequireThis Reference to instance variable 'bgPaint' needs "this.". 321 34
    # warning RequireThis Reference to instance variable 'fgPaint' needs "this.". 433 59
    # warning RequireThis Reference to instance variable 'bgPaint' needs "this.". 434 60
    # warning RequireThis Reference to instance variable 'stdUnderline' needs "this.". 437 70
    # warning RequireThis Reference to instance variable 'imUnderline' needs "this.". 438 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/FileFontStrike.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fileFont' needs "this.". 387 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/FontDesignMetrics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 575 37
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 576 37
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 586 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/FontFamily.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'familyName' needs "this.". 289 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/FontStrikeDesc.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 243 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/GlyphLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lang' needs "this.". 151 29
    # warning RequireThis Reference to instance variable '_count' needs "this.". 574 41
    # warning RequireThis Reference to instance variable '_offset' needs "GlyphLayout.this.". 664 53
    # warning RequireThis Reference to instance variable 'eflags' needs "this.". 665 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/GlyphList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxPosLen' needs "this.". 165 35
    # warning RequireThis Reference to instance variable 'maxLen' needs "this.". 170 34
    # warning RequireThis Reference to instance variable 'positions' needs "this.". 294 58
    # warning RequireThis Reference to instance variable 'len' needs "this.". 476 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/GraphicComponent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 217 29
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 237 27
    # warning RequireThis Reference to instance variable 'graphicAdvance' needs "this.". 240 18
    # warning RequireThis Reference to instance variable 'graphicAdvance' needs "this.". 295 36
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 312 40
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 319 33
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 328 34
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 333 36
    # warning RequireThis Reference to instance variable 'graphic' needs "this.". 342 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/LayoutPathImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'px' needs "this.". 211 22
    # warning RequireThis Reference to instance variable 'py' needs "this.". 211 33
    # warning RequireThis Reference to instance variable 'px' needs "this.". 239 33
    # warning RequireThis Reference to instance variable 'py' needs "this.". 240 33
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 699 27
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 702 68
    # warning RequireThis Reference to instance variable 'lx' needs "this.". 706 68
    # warning RequireThis Reference to instance variable 'lx' needs "this.". 714 68
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 718 68
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 807 31
    # warning RequireThis Reference to instance variable 'cy' needs "this.". 807 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/ScriptRun.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'textStart' needs "this.". 113 23
    # warning RequireThis Reference to instance variable 'textStart' needs "this.". 114 23
    # warning RequireThis Reference to instance variable 'textLimit' needs "this.". 157 28
    # warning RequireThis Reference to instance variable 'scriptLimit' needs "this.". 162 23
    # warning RequireThis Reference to instance variable 'parenSP' needs "this.". 199 35
    # warning RequireThis Reference to instance variable 'parenSP' needs "this.". 210 38
    # warning RequireThis Reference to instance variable 'textLimit' needs "this.". 246 28
    # warning RequireThis Reference to instance variable 'textLimit' needs "this.". 250 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/StandardGlyphVector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frc' needs "this.". 878 25
    # warning RequireThis Reference to instance variable 'glyphs' needs "this.". 1121 22
    # warning RequireThis Reference to instance variable 'frctx' needs "this.". 1200 18
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 1817 58
    # warning RequireThis Reference to instance variable 'dy' needs "this.". 1817 66
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 1821 71
    # warning RequireThis Reference to instance variable 'dy' needs "this.". 1821 79

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/StandardTextSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cstart' needs "this.". 225 19
    # warning RequireThis Reference to instance variable 'clen' needs "this.". 226 28
    # warning RequireThis Reference to instance variable 'start' needs "this.". 229 19
    # warning RequireThis Reference to instance variable 'len' needs "this.". 230 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/StrikeMetrics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ascentX' needs "this.". 193 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/SunFontManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fontsAreRegisteredPerAppContext' needs "this.". 2293 35
    # warning RequireThis Reference to instance variable 'createdByFamilyName' needs "this.". 2298 31
    # warning RequireThis Reference to instance variable 'createdByFullName' needs "this.". 2299 29
    # warning RequireThis Reference to instance variable 'maxCompFont' needs "this.". 2644 25
    # warning RequireThis Reference to instance variable '_usingPerAppContextComposites' needs "this.". 2850 44
    # warning RequireThis Reference to instance variable 'createdByFamilyName' needs "this.". 3048 27
    # warning RequireThis Reference to instance variable 'createdByFullName' needs "this.". 3049 29
    # warning RequireThis Reference to instance variable 'createdByFamilyName' needs "this.". 3109 27
    # warning RequireThis Reference to instance variable 'createdByFullName' needs "this.". 3137 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/TextLabelFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 143 35
    # warning RequireThis Reference to instance variable 'lineLimit' needs "this.". 143 56
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 147 68
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 153 99
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 169 35
    # warning RequireThis Reference to instance variable 'lineLimit' needs "this.". 169 56
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 173 68
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 178 99

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/TrueTypeFont.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'directoryCount' needs "this.". 508 31
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 540 29
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 820 24
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 888 24
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 897 24
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 906 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/TrueTypeGlyphMapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numGlyphs' needs "this.". 81 29
    # warning RequireThis Reference to instance variable 'font' needs "this.". 101 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/Underline.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thicknessMultiplier' needs "this.". 146 36
    # warning RequireThis Reference to instance variable 'thicknessMultiplier' needs "this.". 149 44
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 176 47
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 176 62
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 191 52
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 191 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/instrument/InstrumentationImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mRetransfomableTransformerManager' needs "this.". 419 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/invoke/anon/AnonymousClassLoader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hostClass' needs "this.". 200 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/invoke/util/Wrapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wrapperType' needs "this.". 359 28
    # warning RequireThis Reference to instance variable 'primitiveType' needs "this.". 361 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharCp33722.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 52 17
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 73 22
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 87 17
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 114 30
    # warning RequireThis Reference to instance variable 'G2' needs "this.". 115 28
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 116 35
    # warning RequireThis Reference to instance variable 'G3' needs "this.". 117 28
    # warning RequireThis Reference to instance variable 'G1' needs "this.". 125 28
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 130 25
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 139 25
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 149 28
    # warning RequireThis Reference to instance variable 'G4' needs "this.". 154 25
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 158 25
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 168 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharCp964.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 56 16
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 78 21
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 92 16
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 119 30
    # warning RequireThis Reference to instance variable 'G2' needs "this.". 120 28
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 121 35
    # warning RequireThis Reference to instance variable 'G1' needs "this.". 132 28
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 137 25
    # warning RequireThis Reference to instance variable 'mappingTableG2a2' needs "this.". 148 36
    # warning RequireThis Reference to instance variable 'mappingTableG2ac' needs "this.". 151 36
    # warning RequireThis Reference to instance variable 'mappingTableG2ad' needs "this.". 154 36
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 156 28
    # warning RequireThis Reference to instance variable 'G3' needs "this.". 160 25
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 165 28
    # warning RequireThis Reference to instance variable 'G4' needs "this.". 170 25
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 174 25
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 184 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharDBCS_ASCII.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'savedByte' needs "this.". 87 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharDBCS_EBCDIC.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'savedByte' needs "this.". 95 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharDoubleByte.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'savedByte' needs "this.". 115 25
    # warning RequireThis Reference to instance variable 'start' needs "this.". 183 26
    # warning RequireThis Reference to instance variable 'end' needs "this.". 183 45
    # warning RequireThis Reference to instance variable 'start' needs "this.". 186 48
    # warning RequireThis Reference to instance variable 'start' needs "this.". 186 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharEUC.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 45 17
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 54 21
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 68 16
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 95 30
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 96 30
    # warning RequireThis Reference to instance variable 'G1' needs "this.". 109 31
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 115 25
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 126 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharEUC2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 43 17
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 61 21
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 75 16
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 96 30
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 97 30
    # warning RequireThis Reference to instance variable 'G1' needs "this.". 109 33
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 113 25
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 121 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharEUC_TW.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 54 22
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 55 21
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 66 17
    # warning RequireThis Reference to instance variable 'G2' needs "this.". 96 29
    # warning RequireThis Reference to instance variable 'G1' needs "this.". 99 29
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 114 25
    # warning RequireThis Reference to instance variable 'G3' needs "this.". 122 30
    # warning RequireThis Reference to instance variable 'G4' needs "this.". 132 29
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 134 29
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 149 25
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 153 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharGB18030.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'savedSize' needs "this.". 113 33
    # warning RequireThis Reference to instance variable 'savedSize' needs "this.". 117 24
    # warning RequireThis Reference to instance variable 'savedSize' needs "this.". 268 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharISO2022.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curSODes' needs "this.". 126 24
    # warning RequireThis Reference to instance variable 'SOConverter' needs "this.". 127 28
    # warning RequireThis Reference to instance variable 'curSS2Des' needs "this.". 130 24
    # warning RequireThis Reference to instance variable 'SS2Converter' needs "this.". 131 28
    # warning RequireThis Reference to instance variable 'curSS3Des' needs "this.". 134 24
    # warning RequireThis Reference to instance variable 'SS3Converter' needs "this.". 135 28
    # warning RequireThis Reference to instance variable 'remainIndex' needs "this.". 185 57
    # warning RequireThis Reference to instance variable 'remainIndex' needs "this.". 189 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharISO2022CN.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remainIndex' needs "this.". 179 57
    # warning RequireThis Reference to instance variable 'remainIndex' needs "this.". 184 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharISO2022JP.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'savedSize' needs "this.". 102 33
    # warning RequireThis Reference to instance variable 'savedSize' needs "this.". 106 24
    # warning RequireThis Reference to instance variable 'currentState' needs "this.". 198 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharJISAutoDetect.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'EUCJPName' needs "this.". 128 44
    # warning RequireThis Reference to instance variable 'SJISName' needs "this.". 133 44
    # warning RequireThis Reference to instance variable 'SJISName' needs "this.". 148 52
    # warning RequireThis Reference to instance variable 'SJISName' needs "this.". 150 48
    # warning RequireThis Reference to instance variable 'SJISName' needs "this.". 156 44
    # warning RequireThis Reference to instance variable 'EUCJPName' needs "this.". 165 36
    # warning RequireThis Reference to instance variable 'SJISName' needs "this.". 167 36
    # warning RequireThis Reference to instance variable 'defaultConv' needs "this.". 186 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharUTF8.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'savedSize' needs "this.". 72 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharUnicode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'originalByteOrder' needs "this.". 206 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/CharToByteASCII.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highHalfZoneCode' needs "this.". 70 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/CharToByteConverter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'badInputLength' needs "this.". 173 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/CharToByteDBCS_ASCII.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highHalfZoneCode' needs "this.". 87 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/CharToByteDBCS_EBCDIC.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highHalfZoneCode' needs "this.". 104 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/CharToByteDoubleByte.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highHalfZoneCode' needs "this.". 96 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/CharToByteEUC.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'workByte' needs "this.". 77 25
    # warning RequireThis Reference to instance variable 'highHalfZoneCode' needs "this.". 90 27
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 137 47
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 137 80
    # warning RequireThis Reference to instance variable 'index2' needs "this.". 140 31
    # warning RequireThis Reference to instance variable 'index2a' needs "this.". 144 33
    # warning RequireThis Reference to instance variable 'index2b' needs "this.". 149 35
    # warning RequireThis Reference to instance variable 'index2c' needs "this.". 153 35
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 227 30
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 227 56
    # warning RequireThis Reference to instance variable 'index2' needs "this.". 230 21
    # warning RequireThis Reference to instance variable 'index2a' needs "this.". 234 23
    # warning RequireThis Reference to instance variable 'index2b' needs "this.". 239 25
    # warning RequireThis Reference to instance variable 'index2c' needs "this.". 243 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/CharToByteISO2022.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shiftout' needs "this.". 159 23
    # warning RequireThis Reference to instance variable 'SODesDefined' needs "this.". 160 27
    # warning RequireThis Reference to instance variable 'SS2DesDefined' needs "this.". 161 28
    # warning RequireThis Reference to instance variable 'SS3DesDefined' needs "this.". 162 28
    # warning RequireThis Reference to instance variable 'newshiftout' needs "this.". 214 24
    # warning RequireThis Reference to instance variable 'newSODesDefined' needs "this.". 215 28
    # warning RequireThis Reference to instance variable 'newSS2DesDefined' needs "this.". 216 29
    # warning RequireThis Reference to instance variable 'newSS3DesDefined' needs "this.". 217 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/CharToByteISO2022JP.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highHalfZoneCode' needs "this.". 98 25
    # warning RequireThis Reference to instance variable 'subBytesMode' needs "this.". 135 44
    # warning RequireThis Reference to instance variable 'subBytesMode' needs "this.". 142 39
    # warning RequireThis Reference to instance variable 'subBytesMode' needs "this.". 244 48
    # warning RequireThis Reference to instance variable 'subBytesMode' needs "this.". 251 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/CharToByteISO8859_1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highHalfZoneCode' needs "this.". 71 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/CharToByteSingleByte.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highHalfZoneCode' needs "this.". 127 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/CharToByteUTF8.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highHalfZoneCode' needs "this.". 75 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/Spans.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mEnd' needs "this.". 310 43
    # warning RequireThis Reference to instance variable 'mStart' needs "this.". 335 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/SunGraphics2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'foregroundColor' needs "this.". 239 17
    # warning RequireThis Reference to instance variable 'transX' needs "this.". 337 26
    # warning RequireThis Reference to instance variable 'transY' needs "this.". 338 26
    # warning RequireThis Reference to instance variable 'constrainClip' needs "this.". 346 22
    # warning RequireThis Reference to instance variable 'textAntialiasHint' needs "this.". 628 22
    # warning RequireThis Reference to instance variable 'constrainY' needs "this.". 821 25
    # warning RequireThis Reference to instance variable 'transY' needs "this.". 1514 42
    # warning RequireThis Reference to instance variable 'constrainY' needs "this.". 1529 25
    # warning RequireThis Reference to instance variable 'transX' needs "this.". 1549 24
    # warning RequireThis Reference to instance variable 'transY' needs "this.". 1549 41
    # warning RequireThis Reference to instance variable 'constrainY' needs "this.". 1591 25
    # warning RequireThis Reference to instance variable 'paint' needs "this.". 1669 39
    # warning RequireThis Reference to instance variable 'transX' needs "this.". 1802 18
    # warning RequireThis Reference to instance variable 'transY' needs "this.". 1803 18
    # warning RequireThis Reference to instance variable 'devClip' needs "this.". 1822 26
    # warning RequireThis Reference to instance variable 'clipState' needs "this.". 1847 30
    # warning RequireThis Reference to instance variable 'transX' needs "this.". 2033 14
    # warning RequireThis Reference to instance variable 'transY' needs "this.". 2034 14
    # warning RequireThis Reference to instance variable 'transform' needs "this.". 3245 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/SurfaceDataProxy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'srcTracker' needs "this.". 447 43
    # warning RequireThis Reference to instance variable 'srcTracker' needs "this.". 466 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/loops/GraphicsPrimitive.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'methodSignature' needs "this.". 270 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/loops/ProcessPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xMin' needs "this.". 99 39
    # warning RequireThis Reference to instance variable 'xMax' needs "this.". 100 39
    # warning RequireThis Reference to instance variable 'yMin' needs "this.". 101 39
    # warning RequireThis Reference to instance variable 'yMax' needs "this.". 102 39
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1858 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1864 34
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1887 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/BufferedContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'validatedRGB' needs "this.". 187 31
    # warning RequireThis Reference to instance variable 'validatedSrcData' needs "this.". 204 25
    # warning RequireThis Reference to instance variable 'validatedDstData' needs "this.". 205 25
    # warning RequireThis Reference to instance variable 'validatedDstData' needs "this.". 207 28
    # warning RequireThis Reference to instance variable 'validatedClip' needs "this.". 229 22
    # warning RequireThis Reference to instance variable 'validatedComp' needs "this.". 250 22
    # warning RequireThis Reference to instance variable 'validatedFlags' needs "this.". 250 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/PixelToParallelogramConverter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'normRoundingBias' needs "this.". 174 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/Region.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 364 21
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 365 21
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 366 21
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 367 21
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 623 20
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 633 33
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 646 33
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 693 25
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 693 34
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 694 28
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 701 41
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 711 41
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 824 49
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 825 49
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 826 49
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 827 49
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 917 20
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 968 19
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 970 24
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 980 19
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 982 24
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 992 24
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 992 38
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 1007 17
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 1007 29
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 1007 40
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 1007 52
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1010 20
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1197 26
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1248 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/RegionClipSpanIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rgnbndshix' needs "this.". 124 27
    # warning RequireThis Reference to instance variable 'rgnbndshiy' needs "this.". 125 27
    # warning RequireThis Reference to instance variable 'rgnbndshix' needs "this.". 198 36
    # warning RequireThis Reference to instance variable 'rgnbndshiy' needs "this.". 203 36
    # warning RequireThis Reference to instance variable 'rgnbndslox' needs "this.". 208 36
    # warning RequireThis Reference to instance variable 'rgnbndsloy' needs "this.". 213 36
    # warning RequireThis Reference to instance variable 'spanloy' needs "this.". 220 30
    # warning RequireThis Reference to instance variable 'spanloy' needs "this.". 231 34
    # warning RequireThis Reference to instance variable 'spanloy' needs "this.". 239 30
    # warning RequireThis Reference to instance variable 'spanhiy' needs "this.". 239 50
    # warning RequireThis Reference to instance variable 'lwmloy' needs "this.". 242 35
    # warning RequireThis Reference to instance variable 'lwmloy' needs "this.". 244 34
    # warning RequireThis Reference to instance variable 'lwmhiy' needs "this.". 245 34
    # warning RequireThis Reference to instance variable 'spanhiy' needs "this.". 265 38
    # warning RequireThis Reference to instance variable 'spanhix' needs "this.". 285 38
    # warning RequireThis Reference to instance variable 'spanhiy' needs "this.". 289 35
    # warning RequireThis Reference to instance variable 'spanlox' needs "this.". 300 43
    # warning RequireThis Reference to instance variable 'rgnlox' needs "this.". 310 27
    # warning RequireThis Reference to instance variable 'spanlox' needs "this.". 311 29
    # warning RequireThis Reference to instance variable 'rgnlox' needs "this.". 314 29
    # warning RequireThis Reference to instance variable 'rgnloy' needs "this.". 317 27
    # warning RequireThis Reference to instance variable 'spanloy' needs "this.". 318 29
    # warning RequireThis Reference to instance variable 'rgnloy' needs "this.". 321 29
    # warning RequireThis Reference to instance variable 'rgnhix' needs "this.". 324 27
    # warning RequireThis Reference to instance variable 'spanhix' needs "this.". 325 29
    # warning RequireThis Reference to instance variable 'rgnhix' needs "this.". 328 29
    # warning RequireThis Reference to instance variable 'rgnhiy' needs "this.". 331 27
    # warning RequireThis Reference to instance variable 'spanhiy' needs "this.". 332 29
    # warning RequireThis Reference to instance variable 'rgnhiy' needs "this.". 335 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/RegionSpanIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 92 20
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 95 20
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 98 20
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 101 20
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 104 23
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 104 37
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 142 30
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 143 30
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 145 30
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 146 30
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 149 31
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 158 26
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 159 26
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 161 26
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 162 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/RenderBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curAddress' needs "this.". 105 35
    # warning RequireThis Reference to instance variable 'baseAddress' needs "this.". 109 35
    # warning RequireThis Reference to instance variable 'baseAddress' needs "this.". 117 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/hw/ContextCapabilities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'adapterId' needs "this.". 97 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/Curve.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ax' needs "this.". 69 19
    # warning RequireThis Reference to instance variable 'ay' needs "this.". 69 33
    # warning RequireThis Reference to instance variable 'bx' needs "this.". 70 19
    # warning RequireThis Reference to instance variable 'by' needs "this.". 70 33
    # warning RequireThis Reference to instance variable 'bx' needs "this.". 86 19
    # warning RequireThis Reference to instance variable 'by' needs "this.". 86 33
    # warning RequireThis Reference to instance variable 'ax' needs "this.". 90 30
    # warning RequireThis Reference to instance variable 'ay' needs "this.". 93 30
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 97 25
    # warning RequireThis Reference to instance variable 'day' needs "this.". 101 25
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 116 31
    # warning RequireThis Reference to instance variable 'day' needs "this.". 116 43
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 117 35
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 117 47
    # warning RequireThis Reference to instance variable 'dbx' needs "this.". 118 30
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 118 41
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 132 32
    # warning RequireThis Reference to instance variable 'day' needs "this.". 132 42
    # warning RequireThis Reference to instance variable 'dbx' needs "this.". 133 32
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 133 42
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 134 32
    # warning RequireThis Reference to instance variable 'cy' needs "this.". 134 41
    # warning RequireThis Reference to instance variable 'dbx' needs "this.". 134 51
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 134 61
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 135 29
    # warning RequireThis Reference to instance variable 'cy' needs "this.". 135 38
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 231 35
    # warning RequireThis Reference to instance variable 'day' needs "this.". 232 35
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 233 31
    # warning RequireThis Reference to instance variable 'day' needs "this.". 234 31
    # warning RequireThis Reference to instance variable 'prevT' needs "this.". 271 44
    # warning RequireThis Reference to instance variable 'prevT' needs "this.". 271 58
    # warning RequireThis Reference to instance variable 'i0' needs "this.". 277 27
    # warning RequireThis Reference to instance variable 'itype' needs "this.". 278 35
    # warning RequireThis Reference to instance variable 'curCurveOff' needs "this.". 280 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/Dasher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstSegidx' needs "this.". 128 29
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 169 25
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 170 25
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 317 45
    # warning RequireThis Reference to instance variable 'lenAtLastSplit' needs "this.". 400 47
    # warning RequireThis Reference to instance variable 'lenAtLastT' needs "this.". 406 48
    # warning RequireThis Reference to instance variable 'lenAtLastT' needs "this.". 407 39
    # warning RequireThis Reference to instance variable 'lastT' needs "this.". 448 30
    # warning RequireThis Reference to instance variable 'nextT' needs "this.". 490 25
    # warning RequireThis Reference to instance variable 'lenAtNextT' needs "this.". 491 30
    # warning RequireThis Reference to instance variable 'recLevel' needs "this.". 492 41
    # warning RequireThis Reference to instance variable 'curveType' needs "this.". 514 33
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 524 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/PiscesCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bboxY0' needs "this.". 71 37
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 101 72
    # warning RequireThis Reference to instance variable 'bboxY0' needs "this.". 131 20
    # warning RequireThis Reference to instance variable 'bboxY1' needs "this.". 132 21
    # warning RequireThis Reference to instance variable 'bboxY0' needs "this.". 134 18
    # warning RequireThis Reference to instance variable 'bboxX0' needs "this.". 138 18
    # warning RequireThis Reference to instance variable 'bboxX0' needs "this.". 149 14
    # warning RequireThis Reference to instance variable 'bboxY0' needs "this.". 150 14
    # warning RequireThis Reference to instance variable 'bboxX0' needs "this.". 173 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/PiscesRenderingEngine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'movx_adjust' needs "this.". 419 31
    # warning RequireThis Reference to instance variable 'movy_adjust' needs "this.". 420 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/PiscesTileGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxTileAlphaSum' needs "this.". 130 20
    # warning RequireThis Reference to instance variable 'maxalpha' needs "this.". 186 54
    # warning RequireThis Reference to instance variable 'maxalpha' needs "this.". 208 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/Renderer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'boundsMinY' needs "Renderer.this.". 65 33
    # warning RequireThis Reference to instance variable 'maxY' needs "this.". 117 28
    # warning RequireThis Reference to instance variable 'edgeMinY' needs "this.". 281 18
    # warning RequireThis Reference to instance variable 'edgeMaxY' needs "this.". 282 18
    # warning RequireThis Reference to instance variable 'edgeMinX' needs "this.". 287 22
    # warning RequireThis Reference to instance variable 'edgeMaxX' needs "this.". 288 22
    # warning RequireThis Reference to instance variable 'edgeMinX' needs "this.". 290 22
    # warning RequireThis Reference to instance variable 'edgeMaxX' needs "this.". 291 22
    # warning RequireThis Reference to instance variable 'boundsMinY' needs "this.". 301 47
    # warning RequireThis Reference to instance variable 'boundsMinY' needs "this.". 303 41
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_Y' needs "this.". 348 53
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_X' needs "this.". 352 41
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_Y' needs "this.". 353 41
    # warning RequireThis Reference to instance variable 'boundsMinY' needs "this.". 359 44
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_X' needs "this.". 365 24
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_Y' needs "this.". 368 24
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 435 36
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 436 36
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 460 53
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 461 53
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 478 43
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 486 50
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_X' needs "this.". 487 74
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_X' needs "this.". 488 53
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_X' needs "this.". 489 77
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_X' needs "this.". 490 56
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_Y' needs "this.". 501 22
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_Y' needs "this.". 502 37
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_Y' needs "this.". 510 33
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 520 31
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_X' needs "this.". 521 31
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_Y' needs "this.". 522 31
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_Y' needs "this.". 523 31
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 526 56
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_Y' needs "this.". 527 56
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 528 56
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_Y' needs "this.". 529 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/Stroker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineWidth2' needs "this.". 126 36
    # warning RequireThis Reference to instance variable 'lineWidth2' needs "this.". 245 54
    # warning RequireThis Reference to instance variable 'miterLimitSq' needs "this.". 341 21
    # warning RequireThis Reference to instance variable 'cx0' needs "this.". 358 25
    # warning RequireThis Reference to instance variable 'cy0' needs "this.". 359 25
    # warning RequireThis Reference to instance variable 'lineWidth2' needs "this.". 389 35
    # warning RequireThis Reference to instance variable 'sx0' needs "this.". 398 20
    # warning RequireThis Reference to instance variable 'sy0' needs "this.". 398 34
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 404 26
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 404 37
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 406 26
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 406 37
    # warning RequireThis Reference to instance variable 'cmy' needs "this.". 434 30
    # warning RequireThis Reference to instance variable 'cmx' needs "this.". 434 47
    # warning RequireThis Reference to instance variable 'cmy' needs "this.". 435 30
    # warning RequireThis Reference to instance variable 'cmx' needs "this.". 435 47
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 443 30
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 443 47
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 444 30
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 444 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/TransformingPathConsumer2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 129 29
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 129 38
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 133 29
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 133 38
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 139 29
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 139 38
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 140 29
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 140 38
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 147 30
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 147 39
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 148 30
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 148 39
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 149 30
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 149 39
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 183 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 183 43
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 187 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 187 43
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 193 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 193 43
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 194 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 194 43
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 201 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 201 44
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 202 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 202 44
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 203 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 203 44
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 242 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 242 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 243 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 243 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 247 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 247 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 248 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 248 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 254 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 254 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 255 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 255 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 256 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 256 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 257 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 257 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 264 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 264 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 265 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 265 41
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 266 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 266 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 267 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 267 41
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 268 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 268 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 269 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 269 41
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 296 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 296 38
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 300 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 300 38
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 306 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 306 38
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 307 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 307 38
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 314 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 314 39
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 315 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 315 39
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 316 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 316 39
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 351 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 351 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 352 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 352 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 356 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 356 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 357 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 357 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 363 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 363 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 364 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 364 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 365 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 365 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 366 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 366 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 373 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 373 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 374 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 374 41
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 375 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 375 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 376 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 376 41
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 377 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 377 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 378 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 378 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/jvmstat/perfdata/monitor/SyntaxException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineno' needs "this.". 47 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/PerfDataBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastUsed' needs "this.". 154 21
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 296 24
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 472 59
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 478 64
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 632 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/PerfDataBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastNumEntries' needs "this.". 171 26
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 532 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/GcInfoBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gcExtItemCount' needs "this.". 104 42
    # warning RequireThis Reference to instance variable 'gcExtItemCount' needs "this.". 121 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/NotificationEmitterSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'listenerList' needs "this.". 146 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/RuntimeImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'vmStartupTime' needs "this.". 118 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/counter/perf/PerfDataEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'entryLength' needs "this.". 79 27
    # warning RequireThis Reference to instance variable 'dataOffset' needs "this.". 155 27
    # warning RequireThis Reference to instance variable 'dataOffset' needs "this.". 163 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/counter/perf/PerfInstrumentation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 91 56
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 97 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/jmxremote/ConnectorBootstrap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'accessFile' needs "this.". 250 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/snmp/jvminstr/JvmMemPoolEntryImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'jvmMemPoolPeakReset' needs "this.". 462 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/snmp/jvminstr/JvmThreadingImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'jvmThreadPeakCountReset' needs "this.". 344 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/snmp/jvminstr/NotificationTargetImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'address' needs "this.". 128 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/Cache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 211 42
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 261 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/ExtensionInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 211 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/FloatingDecimal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 915 18
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 922 34
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 930 38
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 943 26
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 946 22
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1472 35
    # warning RequireThis Reference to instance variable 'bigIntExp' needs "this.". 1501 27
    # warning RequireThis Reference to instance variable 'bigIntExp' needs "this.". 1503 27
    # warning RequireThis Reference to instance variable 'bigIntNBits' needs "this.". 1509 32
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1689 41
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 1689 62
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1700 42
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1704 35
    # warning RequireThis Reference to instance variable 'nWords' needs "this.". 2589 27
    # warning RequireThis Reference to instance variable 'nWords' needs "this.". 2616 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/FormattedFloatingDecimal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 412 23
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 428 23
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 996 18
    # warning RequireThis Reference to instance variable 'precision' needs "this.". 1004 51
    # warning RequireThis Reference to instance variable 'precision' needs "this.". 1005 55
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1054 42
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1378 35
    # warning RequireThis Reference to instance variable 'bigIntExp' needs "this.". 1407 27
    # warning RequireThis Reference to instance variable 'bigIntExp' needs "this.". 1409 27
    # warning RequireThis Reference to instance variable 'bigIntNBits' needs "this.". 1415 32
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1595 41
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 1595 62
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1606 42
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1610 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/HexDumpEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thisLineLength' needs "this.". 109 29
    # warning RequireThis Reference to instance variable 'thisLineLength' needs "this.". 117 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/ProxyGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'baseTypeString' needs "this.". 1661 23
    # warning RequireThis Reference to instance variable 'baseTypeString' needs "this.". 1663 39
    # warning RequireThis Reference to instance variable 'value' needs "this.". 1931 69
    # warning RequireThis Reference to instance variable 'index0' needs "this.". 1993 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/Queue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 133 32
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 143 21
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 144 51
    # warning RequireThis Reference to instance variable 'obj' needs "this.". 211 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/Regexp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'suffixLen' needs "this.". 83 36
    # warning RequireThis Reference to instance variable 'totalLen' needs "this.". 109 27
    # warning RequireThis Reference to instance variable 'totalLen' needs "this.". 111 19
    # warning RequireThis Reference to instance variable 'prefixLen' needs "this.". 125 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/RegexpPool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'suffixMachine' needs "this.". 115 13
    # warning RequireThis Reference to instance variable 'suffixMachine' needs "this.". 169 17
    # warning RequireThis Reference to instance variable 'prefixMachine' needs "this.". 178 17
    # warning RequireThis Reference to instance variable 'suffixMachine' needs "this.". 214 13

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/Signal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 129 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/UCDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sequence' needs "this.". 205 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/URLClassPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'csu' needs "JarLoader.this.". 663 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/UUEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mode' needs "this.". 182 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/NetworkServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverSocket' needs "this.". 82 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/ProgressSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'progress' needs "this.". 162 24
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 191 28
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 191 52
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 197 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/ftp/impl/FtpClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverAddr' needs "this.". 431 44
    # warning RequireThis Reference to instance variable 'serverAddr' needs "this.". 473 40
    # warning RequireThis Reference to instance variable 'restartOffset' needs "this.". 1211 50
    # warning RequireThis Reference to instance variable 'restartOffset' needs "this.". 1257 50
    # warning RequireThis Reference to instance variable 'oldSocket' needs "this.". 1618 26
    # warning RequireThis Reference to instance variable 'server' needs "this.". 2053 21
    # warning RequireThis Reference to instance variable 'oldSocket' needs "this.". 2087 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/httpserver/ChunkedInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 119 19
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 120 19
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 156 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/httpserver/ChunkedOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 83 35
    # warning RequireThis Reference to instance variable 'count' needs "this.". 125 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/httpserver/ExchangeImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uis_orig' needs "this.". 159 19
    # warning RequireThis Reference to instance variable 'uis_orig' needs "this.". 162 19
    # warning RequireThis Reference to instance variable 'uos_orig' needs "this.". 185 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/httpserver/FixedLengthInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 53 19
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 71 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/httpserver/FixedLengthOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 74 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/httpserver/SSLStreams.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'packet_buf_size' needs "this.". 200 27
    # warning RequireThis Reference to instance variable 'packet_buf_size' needs "this.". 203 24
    # warning RequireThis Reference to instance variable 'app_buf_size' needs "this.". 209 27
    # warning RequireThis Reference to instance variable 'app_buf_size' needs "this.". 212 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/httpserver/ServerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'events' needs "ServerImpl.this.". 338 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/HeaderParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 71 34
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 74 48
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 131 26
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 166 26
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 172 26
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 185 29
    # warning RequireThis Reference to instance variable 'nkeys' needs "HeaderParser.this.". 203 26
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 224 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/MessageHeader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 102 27
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 107 27
    # warning RequireThis Reference to instance variable 'nkeys' needs "MessageHeader.this.". 157 32
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 254 29
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 294 25
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 327 33
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 328 47
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 337 33
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 338 59
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 474 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/MeteredStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'markedCount' needs "this.". 78 21
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 92 26
    # warning RequireThis Reference to instance variable 'markedCount' needs "this.". 108 21
    # warning RequireThis Reference to instance variable 'count' needs "this.". 151 40
    # warning RequireThis Reference to instance variable 'count' needs "this.". 151 60
    # warning RequireThis Reference to instance variable 'count' needs "this.". 182 23
    # warning RequireThis Reference to instance variable 'markedCount' needs "this.". 195 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/MimeEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'typeName' needs "this.". 333 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/MimeLauncher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'genericTempFileTemplate' needs "this.". 112 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/http/ChunkedInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 182 35
    # warning RequireThis Reference to instance variable 'chunkRead' needs "this.". 234 37
    # warning RequireThis Reference to instance variable 'chunkSize' needs "this.". 246 34
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 287 27
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 288 34
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 294 32
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 301 69
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 338 35
    # warning RequireThis Reference to instance variable 'chunkRead' needs "this.". 346 55
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 346 75
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 352 48
    # warning RequireThis Reference to instance variable 'chunkRead' needs "this.". 377 37
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 420 27
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 421 34
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 427 32
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 431 32
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 455 70
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 517 29
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 570 29
    # warning RequireThis Reference to instance variable 'chunkCount' needs "this.". 591 25
    # warning RequireThis Reference to instance variable 'chunkCount' needs "this.". 641 25
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 672 34
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 711 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/http/ChunkedOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'preferredChunkDataSize' needs "this.". 123 56
    # warning RequireThis Reference to instance variable 'spaceInCurrentChunk' needs "this.". 220 33
    # warning RequireThis Reference to instance variable 'spaceInCurrentChunk' needs "this.". 228 31
    # warning RequireThis Reference to instance variable 'spaceInCurrentChunk' needs "this.". 229 33
    # warning RequireThis Reference to instance variable 'spaceInCurrentChunk' needs "this.". 230 26
    # warning RequireThis Reference to instance variable 'preferedHeaderSize' needs "this.". 268 17
    # warning RequireThis Reference to instance variable 'preferredChunkDataSize' needs "this.". 270 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/http/HttpClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'url' needs "this.". 831 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/http/KeepAliveCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 333 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/protocol/ftp/FtpURLConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'instProxy' needs "this.". 260 17
    # warning RequireThis Reference to instance variable 'filename' needs "this.". 356 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/protocol/gopher/GopherClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gkey' needs "this.". 278 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/protocol/http/AuthenticationHeader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'preferred_r' needs "this.". 92 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'reuseClient' needs "this.". 854 20
    # warning RequireThis Reference to instance variable 'http' needs "this.". 2420 23
    # warning RequireThis Reference to instance variable 'markCount' needs "this.". 2942 28
    # warning RequireThis Reference to instance variable 'inCache' needs "this.". 2976 43
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 3077 46
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 3092 46
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 3127 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/protocol/jar/JarURLConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'entryName' needs "this.". 140 68
    # warning RequireThis Reference to instance variable 'entryName' needs "this.". 158 64
    # warning RequireThis Reference to instance variable 'jarFile' needs "this.". 195 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/ch/AbstractPollSelectorImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 91 40
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 119 37
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 151 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/ch/DatagramChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'readerThread' needs "this.". 974 23
    # warning RequireThis Reference to instance variable 'writerThread' needs "this.". 976 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/ch/FileChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 762 30
    # warning RequireThis Reference to instance variable 'cap' needs "this.". 763 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/ch/NativeObject.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'address' needs "this.". 109 42
    # warning RequireThis Reference to instance variable 'address' needs "this.". 127 54
    # warning RequireThis Reference to instance variable 'address' needs "this.". 130 53
    # warning RequireThis Reference to instance variable 'address' needs "this.". 176 40
    # warning RequireThis Reference to instance variable 'address' needs "this.". 190 33
    # warning RequireThis Reference to instance variable 'address' needs "this.". 203 41
    # warning RequireThis Reference to instance variable 'address' needs "this.". 217 34
    # warning RequireThis Reference to instance variable 'address' needs "this.". 230 40
    # warning RequireThis Reference to instance variable 'address' needs "this.". 244 33
    # warning RequireThis Reference to instance variable 'address' needs "this.". 257 39
    # warning RequireThis Reference to instance variable 'address' needs "this.". 271 32
    # warning RequireThis Reference to instance variable 'address' needs "this.". 284 40
    # warning RequireThis Reference to instance variable 'address' needs "this.". 298 33
    # warning RequireThis Reference to instance variable 'address' needs "this.". 311 41
    # warning RequireThis Reference to instance variable 'address' needs "this.". 325 34
    # warning RequireThis Reference to instance variable 'address' needs "this.". 338 42
    # warning RequireThis Reference to instance variable 'address' needs "this.". 352 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/ch/SelectorImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keys' needs "this.". 59 26
    # warning RequireThis Reference to instance variable 'selectedKeys' needs "this.". 60 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/ch/Util.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 137 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/CharsetMapping.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 67 19
    # warning RequireThis Reference to instance variable 'b2Max' needs "this.". 67 33
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 68 19
    # warning RequireThis Reference to instance variable 'b1MinDB1' needs "this.". 69 23
    # warning RequireThis Reference to instance variable 'b1MaxDB1' needs "this.". 69 41
    # warning RequireThis Reference to instance variable 'b1MinDB1' needs "this.". 70 23
    # warning RequireThis Reference to instance variable 'dbSegSize' needs "this.". 71 36
    # warning RequireThis Reference to instance variable 'b1MinDB2' needs "this.". 73 23
    # warning RequireThis Reference to instance variable 'b1MaxDB2' needs "this.". 73 41
    # warning RequireThis Reference to instance variable 'b1MinDB2' needs "this.". 74 23
    # warning RequireThis Reference to instance variable 'dbSegSize' needs "this.". 75 36
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 275 29
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 284 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/SingleByteEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 67 53
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 68 48
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 97 52
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 98 47
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 130 52
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 131 47
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 155 56
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 156 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/UTF_32Coder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectedBO' needs "this.". 85 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/UnicodeDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultByteOrder' needs "this.". 87 44
    # warning RequireThis Reference to instance variable 'expectedByteOrder' needs "this.". 132 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/UnicodeEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'usesMark' needs "this.". 105 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/DoubleByte.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 160 34
    # warning RequireThis Reference to instance variable 'b2Max' needs "this.". 160 48
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 161 47
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 189 34
    # warning RequireThis Reference to instance variable 'b2Max' needs "this.". 189 48
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 190 47
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 227 22
    # warning RequireThis Reference to instance variable 'b2Max' needs "this.". 227 36
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 229 34
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 398 22
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 398 34
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 404 22
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 404 34
    # warning RequireThis Reference to instance variable 'MAX_SINGLEBYTE' needs "this.". 460 30
    # warning RequireThis Reference to instance variable 'MAX_SINGLEBYTE' needs "this.". 494 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/DoubleByteDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 176 26
    # warning RequireThis Reference to instance variable 'end' needs "this.". 176 45
    # warning RequireThis Reference to instance variable 'start' needs "this.". 179 48
    # warning RequireThis Reference to instance variable 'start' needs "this.". 179 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/EUC_JP_LINUX.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 143 39
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 187 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/IBM33722.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 141 30
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 151 36
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 203 34
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 212 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/IBM964.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 142 30
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 166 36
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 206 34
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 227 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/ISO2022.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curSODes' needs "this.". 106 28
    # warning RequireThis Reference to instance variable 'SODecoder' needs "this.". 107 30
    # warning RequireThis Reference to instance variable 'curSS2Des' needs "this.". 110 28
    # warning RequireThis Reference to instance variable 'SS2Decoder' needs "this.". 111 30
    # warning RequireThis Reference to instance variable 'curSS3Des' needs "this.". 114 28
    # warning RequireThis Reference to instance variable 'SS3Decoder' needs "this.". 115 30
    # warning RequireThis Reference to instance variable 'shiftout' needs "this.". 510 27
    # warning RequireThis Reference to instance variable 'SODesDefined' needs "this.". 511 31
    # warning RequireThis Reference to instance variable 'SS2DesDefined' needs "this.". 512 32
    # warning RequireThis Reference to instance variable 'SS3DesDefined' needs "this.". 513 32
    # warning RequireThis Reference to instance variable 'newshiftout' needs "this.". 551 32
    # warning RequireThis Reference to instance variable 'newSODesDefined' needs "this.". 552 36
    # warning RequireThis Reference to instance variable 'newSS2DesDefined' needs "this.". 553 37
    # warning RequireThis Reference to instance variable 'newSS3DesDefined' needs "this.". 554 37
    # warning RequireThis Reference to instance variable 'shiftout' needs "this.". 570 27
    # warning RequireThis Reference to instance variable 'SODesDefined' needs "this.". 571 31
    # warning RequireThis Reference to instance variable 'SS2DesDefined' needs "this.". 572 32
    # warning RequireThis Reference to instance variable 'SS3DesDefined' needs "this.". 573 32
    # warning RequireThis Reference to instance variable 'newshiftout' needs "this.". 611 32
    # warning RequireThis Reference to instance variable 'newSODesDefined' needs "this.". 612 36
    # warning RequireThis Reference to instance variable 'newSS2DesDefined' needs "this.". 613 37
    # warning RequireThis Reference to instance variable 'newSS3DesDefined' needs "this.". 614 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/ISO2022_JP.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentState' needs "this.". 292 45
    # warning RequireThis Reference to instance variable 'previousState' needs "this.". 295 44
    # warning RequireThis Reference to instance variable 'currentState' needs "this.". 411 45
    # warning RequireThis Reference to instance variable 'previousState' needs "this.". 414 44
    # warning RequireThis Reference to instance variable 'replaceMode' needs "this.". 644 51
    # warning RequireThis Reference to instance variable 'replaceMode' needs "this.". 656 47
    # warning RequireThis Reference to instance variable 'replaceMode' needs "this.". 751 51
    # warning RequireThis Reference to instance variable 'replaceMode' needs "this.". 763 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/JIS_X_0212_MS5022X_Decoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_start' needs "this.". 44 26
    # warning RequireThis Reference to instance variable '_end' needs "this.". 44 46
    # warning RequireThis Reference to instance variable '_start' needs "this.". 46 48
    # warning RequireThis Reference to instance variable '_start' needs "this.". 46 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/SimpleEUCEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 69 30
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 69 56
    # warning RequireThis Reference to instance variable 'index2' needs "this.". 72 21
    # warning RequireThis Reference to instance variable 'index2a' needs "this.". 76 23
    # warning RequireThis Reference to instance variable 'index2b' needs "this.". 81 25
    # warning RequireThis Reference to instance variable 'index2c' needs "this.". 85 25
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 130 46
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 130 79
    # warning RequireThis Reference to instance variable 'index2' needs "this.". 133 32
    # warning RequireThis Reference to instance variable 'index2a' needs "this.". 136 33
    # warning RequireThis Reference to instance variable 'index2b' needs "this.". 139 32
    # warning RequireThis Reference to instance variable 'index2c' needs "this.". 143 32
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 210 46
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 210 79
    # warning RequireThis Reference to instance variable 'index2' needs "this.". 213 32
    # warning RequireThis Reference to instance variable 'index2a' needs "this.". 216 33
    # warning RequireThis Reference to instance variable 'index2b' needs "this.". 219 32
    # warning RequireThis Reference to instance variable 'index2c' needs "this.". 223 32
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 273 56
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 274 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/fs/AbstractWatchService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'CLOSE_KEY' needs "this.". 88 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/print/PSPrinterJob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mStartPathX' needs "this.". 1357 17
    # warning RequireThis Reference to instance variable 'mStartPathY' needs "this.". 1358 17
    # warning RequireThis Reference to instance variable 'llx' needs "this.". 2162 28
    # warning RequireThis Reference to instance variable 'epsTitle' needs "this.". 2163 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/print/RasterPrinterJob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'destinationAttr' needs "this.". 1342 48
    # warning RequireThis Reference to instance variable 'destinationAttr' needs "this.". 1356 48
    # warning RequireThis Reference to instance variable 'mFirstPage' needs "this.". 1682 28
    # warning RequireThis Reference to instance variable 'mFirstPage' needs "this.". 1682 52
    # warning RequireThis Reference to instance variable 'cachedBandWidth' needs "this.". 2027 34
    # warning RequireThis Reference to instance variable 'cachedBandHeight' needs "this.". 2028 35
    # warning RequireThis Reference to instance variable 'userCancelled' needs "this.". 2166 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/print/ServiceDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'btnApprove' needs "this.". 376 23
    # warning RequireThis Reference to instance variable 'btnProperties' needs "this.". 757 27
    # warning RequireThis Reference to instance variable 'rbAll' needs "this.". 994 27
    # warning RequireThis Reference to instance variable 'rbSelect' needs "this.". 996 34
    # warning RequireThis Reference to instance variable 'rbPages' needs "this.". 998 34
    # warning RequireThis Reference to instance variable 'tfRangeFrom' needs "this.". 999 34
    # warning RequireThis Reference to instance variable 'tfRangeTo' needs "this.". 1000 34
    # warning RequireThis Reference to instance variable 'tfRangeFrom' needs "this.". 1013 28
    # warning RequireThis Reference to instance variable 'tfRangeTo' needs "this.". 1013 55
    # warning RequireThis Reference to instance variable 'leftMargin' needs "this.". 1435 27
    # warning RequireThis Reference to instance variable 'rightMargin' needs "this.". 1438 27
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 1441 27
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 1444 27
    # warning RequireThis Reference to instance variable 'rmVal' needs "this.". 1709 29
    # warning RequireThis Reference to instance variable 'bmVal' needs "this.". 1720 29
    # warning RequireThis Reference to instance variable 'lmObj' needs "this.". 1792 23
    # warning RequireThis Reference to instance variable 'rmObj' needs "this.". 1792 38
    # warning RequireThis Reference to instance variable 'tmObj' needs "this.". 1793 23
    # warning RequireThis Reference to instance variable 'bmObj' needs "this.". 1793 38
    # warning RequireThis Reference to instance variable 'lmObj' needs "this.". 1795 23
    # warning RequireThis Reference to instance variable 'bmObj' needs "this.". 1796 25
    # warning RequireThis Reference to instance variable 'rmObj' needs "this.". 1797 25
    # warning RequireThis Reference to instance variable 'tmObj' needs "this.". 1798 25
    # warning RequireThis Reference to instance variable 'lmObj' needs "this.". 1801 23
    # warning RequireThis Reference to instance variable 'tmObj' needs "this.". 1802 25
    # warning RequireThis Reference to instance variable 'rmObj' needs "this.". 1803 25
    # warning RequireThis Reference to instance variable 'bmObj' needs "this.". 1804 25
    # warning RequireThis Reference to instance variable 'cbSize' needs "this.". 1876 31
    # warning RequireThis Reference to instance variable 'cbSource' needs "this.". 1889 38
    # warning RequireThis Reference to instance variable 'rbMonochrome' needs "this.". 2286 27
    # warning RequireThis Reference to instance variable 'rbColor' needs "this.". 2288 34
    # warning RequireThis Reference to instance variable 'rbDraft' needs "this.". 2378 27
    # warning RequireThis Reference to instance variable 'rbNormal' needs "this.". 2380 34
    # warning RequireThis Reference to instance variable 'rbHigh' needs "this.". 2382 34
    # warning RequireThis Reference to instance variable 'tfJobName' needs "this.". 2641 27
    # warning RequireThis Reference to instance variable 'tfUserName' needs "this.". 2644 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/print/SunPageSelection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pages' needs "this.". 54 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/reflect/ClassFileAssembler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStack' needs "this.". 199 21
    # warning RequireThis Reference to instance variable 'stack' needs "this.". 200 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/reflect/annotation/AnnotationType.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'memberTypes' needs "this.". 209 40
    # warning RequireThis Reference to instance variable 'memberDefaults' needs "this.". 210 43
    # warning RequireThis Reference to instance variable 'retention' needs "this.". 211 44
    # warning RequireThis Reference to instance variable 'inherited' needs "this.". 212 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/log/ReliableLog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'majorFormatVersion' needs "this.". 710 25
    # warning RequireThis Reference to instance variable 'logName' needs "this.". 712 49
    # warning RequireThis Reference to instance variable 'logEntries' needs "this.". 776 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/rmic/IndentingWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 148 25
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 150 22
    # warning RequireThis Reference to instance variable 'indentStep' needs "this.". 163 26
    # warning RequireThis Reference to instance variable 'indentStep' needs "this.". 170 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/rmic/RemoteClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'implClassDef' needs "this.". 238 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/rmic/newrmic/IndentingWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 140 25
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 142 22
    # warning RequireThis Reference to instance variable 'indentStep' needs "this.". 155 26
    # warning RequireThis Reference to instance variable 'indentStep' needs "this.". 162 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/rmic/newrmic/jrmp/RemoteClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'implClass' needs "this.". 194 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/rmic/newrmic/jrmp/StubSkeletonWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'packageName' needs "this.". 142 32
    # warning RequireThis Reference to instance variable 'stubClassSimpleName' needs "this.". 149 40
    # warning RequireThis Reference to instance variable 'stubClassSimpleName' needs "this.". 268 32
    # warning RequireThis Reference to instance variable 'stubClassSimpleName' needs "this.". 273 28
    # warning RequireThis Reference to instance variable 'version' needs "this.". 524 63
    # warning RequireThis Reference to instance variable 'packageName' needs "this.". 539 32
    # warning RequireThis Reference to instance variable 'skeletonClassSimpleName' needs "this.". 546 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/runtime/NewThreadAction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 133 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/server/ActivatableRef.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ref' needs "this.". 135 28
    # warning RequireThis Reference to instance variable 'ref' needs "this.". 195 37
    # warning RequireThis Reference to instance variable 'ref' needs "this.". 225 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/server/Activation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'incarnation' needs "this.". 1129 42
    # warning RequireThis Reference to instance variable 'groupName' needs "GroupEntry.this.". 1283 38
    # warning RequireThis Reference to instance variable 'incarnation' needs "GroupEntry.this.". 1313 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/server/UnicastRef.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ref' needs "this.". 465 13

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/DGCClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expirationTime' needs "this.". 417 44
    # warning RequireThis Reference to instance variable 'expirationTime' needs "this.". 457 38
    # warning RequireThis Reference to instance variable 'renewTime' needs "this.". 473 32
    # warning RequireThis Reference to instance variable 'renewTime' needs "EndpointEntry.this.". 563 43
    # warning RequireThis Reference to instance variable 'invalidRefs' needs "EndpointEntry.this.". 566 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/DGCImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expiration' needs "this.". 325 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/LiveRef.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ep' needs "this.". 172 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/WeakRef.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'strongRef' needs "this.". 77 53
    # warning RequireThis Reference to instance variable 'strongRef' needs "this.". 89 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/proxy/HttpInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 93 27
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 97 38
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 109 30
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 110 30
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 152 19
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 153 19
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 175 31
    # warning RequireThis Reference to instance variable 'bytesLeftAtMark' needs "this.". 185 21
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 195 17
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 196 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/proxy/HttpSendSocket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineSeparator' needs "this.". 198 25
    # warning RequireThis Reference to instance variable 'lineSeparator' needs "this.". 209 43
    # warning RequireThis Reference to instance variable 'host' needs "this.". 339 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/tcp/ConnectionMultiplexer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastID' needs "this.". 279 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/tcp/MultiplexInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'present' needs "this.". 121 24
    # warning RequireThis Reference to instance variable 'waterMark' needs "this.". 123 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 124 68
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 125 28
    # warning RequireThis Reference to instance variable 'requested' needs "this.". 129 46
    # warning RequireThis Reference to instance variable 'present' needs "this.". 135 28
    # warning RequireThis Reference to instance variable 'present' needs "this.". 141 40
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 144 39
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 165 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 190 68
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 191 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/tcp/MultiplexOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'requested' needs "this.". 127 43
    # warning RequireThis Reference to instance variable 'requested' needs "this.". 204 39
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 214 31
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 226 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/tcp/TCPChannel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cacheSecurityManager' needs "this.". 135 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/tcp/TCPConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'roundtrip' needs "this.". 176 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/tcp/TCPEndpoint.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 477 22
    # warning RequireThis Reference to instance variable 'ssf' needs "this.". 478 34
    # warning RequireThis Reference to instance variable 'csf' needs "this.". 479 34
    # warning RequireThis Reference to instance variable 'host' needs "this.". 617 36
    # warning RequireThis Reference to instance variable 'host' needs "this.". 620 50
    # warning RequireThis Reference to instance variable 'host' needs "this.". 633 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/tcp/TCPTransport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverSocket' needs "this.". 425 65
    # warning RequireThis Reference to instance variable 'lastExceptionTime' needs "this.". 499 51
    # warning RequireThis Reference to instance variable 'cacheSecurityManager' needs "this.". 642 23
    # warning RequireThis Reference to instance variable 'remoteHost' needs "this.". 751 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/acl/AclImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'deniedGroupsTable' needs "this.". 280 28
    # warning RequireThis Reference to instance variable 'allowedGroupsTable' needs "this.". 282 28
    # warning RequireThis Reference to instance variable 'deniedUsersTable' needs "this.". 285 28
    # warning RequireThis Reference to instance variable 'allowedUsersTable' needs "this.". 287 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ec/ECDHKeyAgreement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 140 22
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 141 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/GSSNameImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appNameStr' needs "this.". 192 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/TokenTracker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectedNumber' needs "this.". 168 23
    # warning RequireThis Reference to instance variable 'initNumber' needs "this.". 177 39
    # warning RequireThis Reference to instance variable 'expectedNumber' needs "this.". 181 34
    # warning RequireThis Reference to instance variable 'windowStart' needs "this.". 183 42
    # warning RequireThis Reference to instance variable 'initNumber' needs "this.". 185 42
    # warning RequireThis Reference to instance variable 'expectedNumber' needs "this.". 194 34
    # warning RequireThis Reference to instance variable 'initNumber' needs "this.". 195 38
    # warning RequireThis Reference to instance variable 'initNumber' needs "this.". 197 51
    # warning RequireThis Reference to instance variable 'windowStart' needs "this.". 198 43
    # warning RequireThis Reference to instance variable 'expectedNumber' needs "this.". 205 46
    # warning RequireThis Reference to instance variable 'windowStart' needs "this.". 207 41
    # warning RequireThis Reference to instance variable 'windowStartIndex' needs "this.". 286 33
    # warning RequireThis Reference to instance variable 'windowStartIndex' needs "this.". 320 44
    # warning RequireThis Reference to instance variable 'start' needs "this.". 384 31
    # warning RequireThis Reference to instance variable 'end' needs "this.". 385 31
    # warning RequireThis Reference to instance variable 'start' needs "this.". 415 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/krb5/CipherHelper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 114 51
    # warning RequireThis Reference to instance variable 'sgnAlg' needs "this.". 314 53
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 371 51
    # warning RequireThis Reference to instance variable 'sgnAlg' needs "this.". 437 53
    # warning RequireThis Reference to instance variable 'sgnAlg' needs "this.". 503 53
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 527 51
    # warning RequireThis Reference to instance variable 'sealAlg' needs "this.". 555 50
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 580 49
    # warning RequireThis Reference to instance variable 'sealAlg' needs "this.". 630 50
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 660 49
    # warning RequireThis Reference to instance variable 'sealAlg' needs "this.". 700 50
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 726 45
    # warning RequireThis Reference to instance variable 'sealAlg' needs "this.". 773 50
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 802 49
    # warning RequireThis Reference to instance variable 'temp' needs "this.". 1453 34
    # warning RequireThis Reference to instance variable 'temp' needs "this.". 1465 34
    # warning RequireThis Reference to instance variable 'temp' needs "this.". 1479 34
    # warning RequireThis Reference to instance variable 'temp' needs "this.". 1490 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/krb5/Krb5Context.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sequenceDetState' needs "this.". 283 34
    # warning RequireThis Reference to instance variable 'replayDetState' needs "this.". 300 36
    # warning RequireThis Reference to instance variable 'mySeqNumber' needs "this.". 360 22
    # warning RequireThis Reference to instance variable 'sequenceDetState' needs "this.". 1247 31
    # warning RequireThis Reference to instance variable 'sequenceDetState' needs "this.". 1259 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/krb5/MessageToken_v2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ec' needs "this.". 250 35
    # warning RequireThis Reference to instance variable 'tokenDataLen' needs "this.". 378 19
    # warning RequireThis Reference to instance variable 'tokenDataLen' needs "this.". 379 24
    # warning RequireThis Reference to instance variable 'rrc' needs "this.". 382 71
    # warning RequireThis Reference to instance variable 'rrc' needs "this.". 383 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/krb5/WrapToken.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 231 23
    # warning RequireThis Reference to instance variable 'tokenLen' needs "this.". 231 48
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 261 48
    # warning RequireThis Reference to instance variable 'dataLen' needs "this.". 491 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/spnego/SpNegoContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'internal_mech' needs "this.". 423 35
    # warning RequireThis Reference to instance variable 'internal_mech' needs "this.". 562 35
    # warning RequireThis Reference to instance variable 'state' needs "this.". 629 71
    # warning RequireThis Reference to instance variable 'replayDetState' needs "this.". 994 36
    # warning RequireThis Reference to instance variable 'sequenceDetState' needs "this.". 1011 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/wrapper/GSSNameElement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'printableName' needs "this.". 153 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/Config.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stanzaTable' needs "this.". 847 30
    # warning RequireThis Reference to instance variable 'stanzaTable' needs "this.". 851 34
    # warning RequireThis Reference to instance variable 'stanzaTable' needs "this.". 854 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/EncryptionKey.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 484 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/KdcComm.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'realm' needs "this.". 212 66
    # warning RequireThis Reference to instance variable 'retries' needs "this.". 366 32
    # warning RequireThis Reference to instance variable 'kdc' needs "this.". 371 71
    # warning RequireThis Reference to instance variable 'retries' needs "this.". 393 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/KrbException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'returnCode' needs "this.". 95 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/internal/AuthorizationDataEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'adType' needs "this.". 122 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/internal/KRBError.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'suSec' needs "this.". 450 49
    # warning RequireThis Reference to instance variable 'errorCode' needs "this.". 451 54
    # warning RequireThis Reference to instance variable 'msgType' needs "this.". 471 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/internal/ccache/Tag.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tagLen' needs "this.". 53 23
    # warning RequireThis Reference to instance variable 'tagLen' needs "this.". 58 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs/ContentInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'contentType' needs "this.". 174 62
    # warning RequireThis Reference to instance variable 'contentType' needs "this.". 214 60
    # warning RequireThis Reference to instance variable 'content' needs "this.". 215 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs/PKCS7.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'contentType' needs "this.". 164 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs/PKCS8Key.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'encodedKey' needs "this.". 426 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs/SignerInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'issuerName' needs "this.". 451 47
    # warning RequireThis Reference to instance variable 'digestAlgorithmId' needs "this.". 455 42
    # warning RequireThis Reference to instance variable 'authenticatedAttributes' needs "this.". 457 52
    # warning RequireThis Reference to instance variable 'digestEncryptionAlgorithmId' needs "this.". 460 52
    # warning RequireThis Reference to instance variable 'unauthenticatedAttributes' needs "this.". 467 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs/SigningCertificateInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'issuer' needs "this.". 161 44
    # warning RequireThis Reference to instance variable 'serialNumber' needs "this.". 162 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/Config.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 226 31
    # warning RequireThis Reference to instance variable 'allowSingleThreadedModules' needs "this.". 284 52
    # warning RequireThis Reference to instance variable 'nssNetscapeDbWorkaround' needs "this.". 312 32
    # warning RequireThis Reference to instance variable 'description' needs "this.". 670 33
    # warning RequireThis Reference to instance variable 'slotID' needs "this.". 684 26
    # warning RequireThis Reference to instance variable 'slotListIndex' needs "this.". 698 35
    # warning RequireThis Reference to instance variable 'nssArgs' needs "this.". 959 29
    # warning RequireThis Reference to instance variable 'handleStartupErrors' needs "this.". 975 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11Cipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 100 37
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 102 61
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 105 44
    # warning RequireThis Reference to instance variable 'bytesBuffered' needs "this.". 448 30
    # warning RequireThis Reference to instance variable 'bytesBuffered' needs "this.". 462 30
    # warning RequireThis Reference to instance variable 'bytesBuffered' needs "this.". 734 46
    # warning RequireThis Reference to instance variable 'bytesBuffered' needs "this.". 799 46
    # warning RequireThis Reference to instance variable 'padBuffer' needs "this.". 818 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11Digest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 182 19
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 183 68
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 198 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11ECDHKeyAgreement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 154 22
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 155 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11Key.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyID' needs "this.". 204 25
    # warning RequireThis Reference to instance variable 'encoded' needs "this.". 411 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11KeyAgreement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 219 22
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 220 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11KeyFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 114 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11KeyGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mechanism' needs "this.". 196 64
    # warning RequireThis Reference to instance variable 'significantKeySize' needs "this.". 240 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11KeyPairGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 173 65
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 305 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11KeyStore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'label' needs "this.". 206 37
    # warning RequireThis Reference to instance variable 'trusted' needs "this.". 212 39
    # warning RequireThis Reference to instance variable 'matched' needs "this.". 213 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11RSACipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'p11Key' needs "this.". 217 66
    # warning RequireThis Reference to instance variable 'maxInputSize' needs "this.". 326 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11SecureRandom.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastRead' needs "this.". 133 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11Signature.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 262 34
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 284 34
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 342 70
    # warning RequireThis Reference to instance variable 'p11Key' needs "this.". 357 56
    # warning RequireThis Reference to instance variable 'p11Key' needs "this.". 379 57
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 520 34
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 575 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/Secmod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nssHandle' needs "this.". 204 52
    # warning RequireThis Reference to instance variable 'type' needs "this.". 429 70
    # warning RequireThis Reference to instance variable 'serverAuth' needs "this.". 670 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/Session.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastAccess' needs "this.". 82 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/SessionManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxSessions' needs "this.". 142 34
    # warning RequireThis Reference to instance variable 'activeSessions' needs "this.". 190 17
    # warning RequireThis Reference to instance variable 'maxSessions' needs "this.". 203 36
    # warning RequireThis Reference to instance variable 'maxActiveSessions' needs "this.". 211 34
    # warning RequireThis Reference to instance variable 'activeSessions' needs "this.". 212 37
    # warning RequireThis Reference to instance variable 'maxActiveSessions' needs "this.". 214 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/SunPKCS11.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'slotID' needs "this.". 794 56
    # warning RequireThis Reference to instance variable 'slotID' needs "this.". 800 52
    # warning RequireThis Reference to instance variable 'providerName' needs "this.". 1389 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/TemplateManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'operation' needs "this.". 178 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/Token.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastLoginCheck' needs "this.". 168 20
    # warning RequireThis Reference to instance variable 'lastPresentCheck' needs "this.". 228 21
    # warning RequireThis Reference to instance variable 'lastPresentCheck' needs "this.". 230 29
    # warning RequireThis Reference to instance variable 'rsaFactory' needs "this.". 302 17
    # warning RequireThis Reference to instance variable 'dsaFactory' needs "this.". 308 17
    # warning RequireThis Reference to instance variable 'dhFactory' needs "this.". 314 17
    # warning RequireThis Reference to instance variable 'ecFactory' needs "this.". 320 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/wrapper/PKCS11.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pkcs11ModulePath' needs "this.". 1461 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/DSAKeyPairGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'params' needs "this.". 165 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/DigestBase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bufOfs' needs "this.". 126 47
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 131 27
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 138 23
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 140 20
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 141 20
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 176 19
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 178 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/PolicyFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 2388 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/PolicyParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyStoreType' needs "this.". 389 32
    # warning RequireThis Reference to instance variable 'keyStoreProvider' needs "this.". 391 32
    # warning RequireThis Reference to instance variable 'principalName' needs "this.". 1004 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/SeedGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'deviceName' needs "this.". 487 59
    # warning RequireThis Reference to instance variable 'deviceName' needs "this.". 529 71
    # warning RequireThis Reference to instance variable 'deviceName' needs "this.". 534 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/AlgorithmChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trustedPubKey' needs "this.". 145 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/BasicChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trustedPubKey' needs "this.". 103 26
    # warning RequireThis Reference to instance variable 'caName' needs "this.". 104 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/ConstraintsChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certPathLength' needs "this.". 79 29
    # warning RequireThis Reference to instance variable 'certPathLength' needs "this.". 142 38
    # warning RequireThis Reference to instance variable 'prevNC' needs "this.". 145 45
    # warning RequireThis Reference to instance variable 'i' needs "this.". 225 36
    # warning RequireThis Reference to instance variable 'maxPathLength' needs "this.". 226 48
    # warning RequireThis Reference to instance variable 'certPathLength' needs "this.". 230 17
    # warning RequireThis Reference to instance variable 'maxPathLength' needs "this.". 271 37
    # warning RequireThis Reference to instance variable 'maxPathLength' needs "this.". 276 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/ForwardBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'caTargetSelector' needs "this.". 246 19
    # warning RequireThis Reference to instance variable 'caSelector' needs "this.". 293 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/ForwardState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'issuerDN' needs "this.". 118 55
    # warning RequireThis Reference to instance variable 'traversedCACerts' needs "this.". 119 50
    # warning RequireThis Reference to instance variable 'subjectNamesTraversed' needs "this.". 123 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/KeyChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certPathLen' needs "this.". 77 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/OCSPResponse.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'responseStatus' needs "this.". 186 54
    # warning RequireThis Reference to instance variable 'revocationTime' needs "this.". 542 57
    # warning RequireThis Reference to instance variable 'revocationReason' needs "this.". 543 59
    # warning RequireThis Reference to instance variable 'nextUpdate' needs "this.". 615 41
    # warning RequireThis Reference to instance variable 'thisUpdate' needs "this.". 618 21
    # warning RequireThis Reference to instance variable 'certStatus' needs "this.". 664 41
    # warning RequireThis Reference to instance variable 'revocationTime' needs "this.". 666 50
    # warning RequireThis Reference to instance variable 'revocationReason' needs "this.". 667 52
    # warning RequireThis Reference to instance variable 'thisUpdate' needs "this.". 669 42
    # warning RequireThis Reference to instance variable 'nextUpdate' needs "this.". 671 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/PolicyChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certIndex' needs "this.". 203 19
    # warning RequireThis Reference to instance variable 'certPathLen' needs "this.". 221 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/ReverseState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'subjectDN' needs "this.". 127 56
    # warning RequireThis Reference to instance variable 'certIndex' needs "this.". 130 43
    # warning RequireThis Reference to instance variable 'explicitPolicy' needs "this.". 131 48
    # warning RequireThis Reference to instance variable 'policyMapping' needs "this.". 132 48
    # warning RequireThis Reference to instance variable 'inhibitAnyPolicy' needs "this.". 133 51
    # warning RequireThis Reference to instance variable 'rootNode' needs "this.". 134 42
    # warning RequireThis Reference to instance variable 'remainingCACerts' needs "this.". 135 50
    # warning RequireThis Reference to instance variable 'crlSign' needs "this.". 136 41
    # warning RequireThis Reference to instance variable 'init' needs "this.". 137 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/URICertStore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastChecked' needs "this.". 266 20
    # warning RequireThis Reference to instance variable 'lastModified' needs "this.". 283 40
    # warning RequireThis Reference to instance variable 'lastChecked' needs "this.". 385 20
    # warning RequireThis Reference to instance variable 'lastModified' needs "this.". 402 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/Vertex.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 236 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/X509CertificatePair.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'forward' needs "this.". 213 39
    # warning RequireThis Reference to instance variable 'reverse' needs "this.". 215 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/ldap/LDAPCertStore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cacheMisses' needs "LDAPCertStore.this.". 309 40
    # warning RequireThis Reference to instance variable 'cacheHits' needs "LDAPCertStore.this.". 310 53
    # warning RequireThis Reference to instance variable 'name' needs "this.". 344 50
    # warning RequireThis Reference to instance variable 'requests' needs "LDAPCertStore.this.". 347 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/rsa/RSAPadding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'paddedSize' needs "this.". 265 70
    # warning RequireThis Reference to instance variable 'maxDataSize' needs "this.". 343 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/smartcardio/CardImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 140 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/smartcardio/ChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 260 73
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 289 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/smartcardio/PCSCTerminals.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'current' needs "this.". 140 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/smartcardio/TerminalImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 141 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/CipherBox.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 416 34
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 421 52
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 422 60
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 424 31
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 486 34
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 495 53
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 497 42
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 500 43
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 504 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/ClientHandshaker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverKey' needs "this.". 797 23
    # warning RequireThis Reference to instance variable 'serverKey' needs "this.". 802 27
    # warning RequireThis Reference to instance variable 'ephemeralServerKey' needs "this.". 808 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/EngineArgs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 156 45
    # warning RequireThis Reference to instance variable 'len' needs "this.". 173 45
    # warning RequireThis Reference to instance variable 'len' needs "this.". 202 43
    # warning RequireThis Reference to instance variable 'len' needs "this.". 215 43
    # warning RequireThis Reference to instance variable 'len' needs "this.". 228 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/HandshakeMessage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 308 41
    # warning RequireThis Reference to instance variable 'cipherSuites' needs "this.". 317 43
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 387 41
    # warning RequireThis Reference to instance variable 'cipherSuite' needs "this.". 398 42
    # warning RequireThis Reference to instance variable 'compression_method' needs "this.". 399 48
    # warning RequireThis Reference to instance variable 'curveId' needs "this.". 1024 47
    # warning RequireThis Reference to instance variable 'curveId' needs "this.". 1030 47
    # warning RequireThis Reference to instance variable 'publicKey' needs "this.". 1161 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/Handshaker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'activeProtocolVersion' needs "this.". 464 31
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 1131 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/HelloExtensions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hostname' needs "this.". 399 40
    # warning RequireThis Reference to instance variable 'type' needs "this.". 401 37
    # warning RequireThis Reference to instance variable 'listLength' needs "this.". 407 42
    # warning RequireThis Reference to instance variable 'algorithmsLen' needs "this.". 836 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/InputRecord.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastHashed' needs "this.". 196 25
    # warning RequireThis Reference to instance variable 'exlen' needs "this.". 350 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/OutputRecord.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastHashed' needs "this.". 142 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/RSAClientKeyExchange.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 284 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/SSLAlgorithmConstraints.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'enabledX509DisabledAlgConstraints' needs "this.". 134 26
    # warning RequireThis Reference to instance variable 'enabledX509DisabledAlgConstraints' needs "this.". 158 26
    # warning RequireThis Reference to instance variable 'enabledX509DisabledAlgConstraints' needs "this.". 185 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/SSLContextImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultServerProtocolList' needs "this.". 308 30
    # warning RequireThis Reference to instance variable 'defaultClientProtocolList' needs "this.". 309 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/SSLEngineImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 1054 29
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 1082 31
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 1703 46
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 1770 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/SSLSessionImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sessionCount' needs "this.". 773 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/SSLSocketImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 1013 29
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 1037 31
    # warning RequireThis Reference to instance variable 'closeReason' needs "this.". 1427 61
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 1875 46
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 1941 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/ServerHandshaker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientRequestedVersion' needs "this.". 423 48
    # warning RequireThis Reference to instance variable 'tempPrivateKey' needs "this.". 737 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/X509KeyManagerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'builderIndex' needs "this.". 466 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/X509TrustManagerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientValidator' needs "this.". 155 17
    # warning RequireThis Reference to instance variable 'clientValidator' needs "this.". 158 25
    # warning RequireThis Reference to instance variable 'serverValidator' needs "this.". 168 17
    # warning RequireThis Reference to instance variable 'serverValidator' needs "this.". 171 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/krb5/KerberosPreMasterSecret.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 168 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/timestamp/TSResponse.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'status' needs "this.". 256 46
    # warning RequireThis Reference to instance variable 'status' needs "this.". 294 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/tools/JarSigner.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'badExtendedKeyUsage' needs "this.". 265 32
    # warning RequireThis Reference to instance variable 'aliasNotInStore' needs "this.". 271 37
    # warning RequireThis Reference to instance variable 'hasExpiredCert' needs "this.". 752 41
    # warning RequireThis Reference to instance variable 'signedjar' needs "this.". 1051 27
    # warning RequireThis Reference to instance variable 'sigfile' needs "this.". 1074 41
    # warning RequireThis Reference to instance variable 'sigfile' needs "this.". 1075 41
    # warning RequireThis Reference to instance variable 'hasExpiringCert' needs "this.". 1378 35
    # warning RequireThis Reference to instance variable 'baseName' needs "this.". 2171 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/tools/KeyTool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 306 26
    # warning RequireThis Reference to instance variable 'storePass' needs "this.". 894 27
    # warning RequireThis Reference to instance variable 'storePass' needs "this.". 899 27
    # warning RequireThis Reference to instance variable 'storePass' needs "this.". 904 31
    # warning RequireThis Reference to instance variable 'newPass' needs "this.". 1025 26
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1029 25
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1048 25
    # warning RequireThis Reference to instance variable 'newPass' needs "this.". 1057 26
    # warning RequireThis Reference to instance variable 'newPass' needs "this.". 1072 28
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1079 25
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1102 25
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1312 21
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1374 21
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1459 21
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1523 21
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1585 20
    # warning RequireThis Reference to instance variable 'keyPass' needs "this.". 1603 30
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1621 21
    # warning RequireThis Reference to instance variable 'rfc' needs "this.". 1670 24
    # warning RequireThis Reference to instance variable 'rfc' needs "this.". 1697 28
    # warning RequireThis Reference to instance variable 'rfc' needs "this.". 1705 28
    # warning RequireThis Reference to instance variable 'rfc' needs "this.". 1716 32
    # warning RequireThis Reference to instance variable 'srcstorePass' needs "this.". 1822 34
    # warning RequireThis Reference to instance variable 'rfc' needs "this.". 1994 28
    # warning RequireThis Reference to instance variable 'sslserver' needs "this.". 2375 38
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 2411 21
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 2529 21
    # warning RequireThis Reference to instance variable 'command' needs "this.". 4059 45
    # warning RequireThis Reference to instance variable 'fst' needs "this.". 4193 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/BitArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 110 27
    # warning RequireThis Reference to instance variable 'length' needs "this.". 128 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 140 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 193 27
    # warning RequireThis Reference to instance variable 'length' needs "this.". 210 27
    # warning RequireThis Reference to instance variable 'length' needs "this.". 258 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/Cache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expirationTime' needs "this.". 492 45
    # warning RequireThis Reference to instance variable 'expirationTime' needs "this.". 528 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/DerIndefLenConverter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 93 24
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 133 24
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 149 24
    # warning RequireThis Reference to instance variable 'dataPos' needs "this.". 161 29
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 178 24
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 317 26
    # warning RequireThis Reference to instance variable 'dataPos' needs "this.". 322 37
    # warning RequireThis Reference to instance variable 'dataPos' needs "this.". 323 28
    # warning RequireThis Reference to instance variable 'numOfTotalLenBytes' needs "this.". 328 39
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 333 26
    # warning RequireThis Reference to instance variable 'numOfTotalLenBytes' needs "this.". 338 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/DerValue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 428 75
    # warning RequireThis Reference to instance variable 'length' needs "this.". 432 43
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 447 68
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 472 68
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 499 72
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 511 75
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 524 75
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 536 37
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 549 62
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 562 62
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 604 42
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 621 42
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 648 64
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 661 53
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 674 53
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 688 53
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 704 56
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 718 67
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 730 76
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 743 74
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 817 46
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 847 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minSize' needs "this.". 477 33
    # warning RequireThis Reference to instance variable 'maxSize' needs "this.". 477 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/ManifestEntryVerifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 213 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/SignatureFileVerifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 221 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/validator/EndEntityChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'variant' needs "this.". 153 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/BasicConstraintsExtension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pathLen' needs "this.". 178 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/CertException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'verfCode' needs "this.". 152 40
    # warning RequireThis Reference to instance variable 'moreData' needs "this.". 171 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/DNSName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 133 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/DistributionPoint.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fullName' needs "this.". 391 53
    # warning RequireThis Reference to instance variable 'relativeName' needs "this.". 394 53
    # warning RequireThis Reference to instance variable 'crlIssuer' needs "this.". 406 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/DistributionPointName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fullName' needs "this.". 234 57
    # warning RequireThis Reference to instance variable 'relativeName' needs "this.". 237 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/EDIPartyName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 202 31
    # warning RequireThis Reference to instance variable 'assigner' needs "this.". 214 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/GeneralSubtree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 136 42
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 175 31
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 178 31
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 181 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/OtherName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 212 31
    # warning RequireThis Reference to instance variable 'name' needs "this.". 222 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/PolicyConstraintsExtension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inhibit' needs "this.". 190 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/RFC822Name.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 127 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/X509CRLEntryImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certIssuer' needs "this.". 299 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/X509CRLImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sigAlgId' needs "this.". 449 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/BakedArrayList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_hashCode' needs "this.". 71 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/FilePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastTime' needs "this.". 154 24
    # warning RequireThis Reference to instance variable 'list' needs "this.". 341 29
    # warning RequireThis Reference to instance variable 'detailsTable' needs "this.". 357 29
    # warning RequireThis Reference to instance variable 'detailsTable' needs "this.". 372 37
    # warning RequireThis Reference to instance variable 'list' needs "this.". 372 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/MenuItemLayoutHelper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 338 39
    # warning RequireThis Reference to instance variable 'afterCheckIconGap' needs "this.". 444 23
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 447 23
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 451 22
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 452 22
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 577 50
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 578 50
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 586 46
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 610 51
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 618 47
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 642 50
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 643 50
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 652 46
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 676 51
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 684 47
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1319 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/plaf/synth/DefaultSynthStyle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 893 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 105 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/text/CompoundPrintable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 52 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/text/TextComponentPrintable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 836 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/CodePointIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 90 17
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 94 17
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 98 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 100 59
    # warning RequireThis Reference to instance variable 'start' needs "this.". 113 21
    # warning RequireThis Reference to instance variable 'start' needs "this.". 115 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/IntHashtable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highWaterMark' needs "this.". 58 21
    # warning RequireThis Reference to instance variable 'lowWaterMark' needs "this.". 79 25
    # warning RequireThis Reference to instance variable 'highWaterMark' needs "this.". 195 21
    # warning RequireThis Reference to instance variable 'lowWaterMark' needs "this.". 197 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/bidi/BidiBase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'originalLength' needs "this.". 1235 25
    # warning RequireThis Reference to instance variable 'originalLength' needs "this.". 1285 25
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1400 29
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1419 29
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1553 25
    # warning RequireThis Reference to instance variable 'trailingWSStart' needs "this.". 2249 17
    # warning RequireThis Reference to instance variable 'dirPropsMemory' needs "this.". 2515 20
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2519 27
    # warning RequireThis Reference to instance variable 'parasMemory' needs "this.". 2524 21
    # warning RequireThis Reference to instance variable 'simpleParas' needs "this.". 2528 21
    # warning RequireThis Reference to instance variable 'levelsMemory' needs "this.". 2536 22
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2614 33
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2637 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2913 43
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 3282 27
    # warning RequireThis Reference to instance variable 'direction' needs "this.". 3416 31
    # warning RequireThis Reference to instance variable 'paraLevel' needs "this.". 3417 37
    # warning RequireThis Reference to instance variable 'length' needs "this.". 3418 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/NormalizerBase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bufferLimit' needs "this.". 799 22
    # warning RequireThis Reference to instance variable 'bufferLimit' needs "this.". 814 22
    # warning RequireThis Reference to instance variable 'bufferLimit' needs "this.". 934 22
    # warning RequireThis Reference to instance variable 'nextIndex' needs "this.". 1487 22
    # warning RequireThis Reference to instance variable 'currentIndex' needs "this.". 1499 19
    # warning RequireThis Reference to instance variable 'bufferLimit' needs "this.". 1504 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/Trie.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm_dataOffset_' needs "this.". 338 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/TrieIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 166 28
    # warning RequireThis Reference to instance variable 'm_nextCodepoint_' needs "this.". 223 31
    # warning RequireThis Reference to instance variable 'm_nextCodepoint_' needs "this.". 291 39
    # warning RequireThis Reference to instance variable 'm_nextCodepoint_' needs "this.". 300 39
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 313 37
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 314 41
    # warning RequireThis Reference to instance variable 'm_nextCodepoint_' needs "this.". 319 43
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 344 37
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 345 41
    # warning RequireThis Reference to instance variable 'm_nextCodepoint_' needs "this.". 350 43
    # warning RequireThis Reference to instance variable 'm_nextCodepoint_' needs "this.". 359 43
    # warning RequireThis Reference to instance variable 'm_nextBlockIndex_' needs "this.". 387 53
    # warning RequireThis Reference to instance variable 'm_currentCodepoint_' needs "this.". 414 33
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 421 33
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 422 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/UCharacterProperty.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm_additionalColumnsCount_' needs "this.". 179 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/UCharacterPropertyReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm_propertyOffset_' needs "this.". 124 41
    # warning RequireThis Reference to instance variable 'm_exceptionOffset_' needs "this.". 128 32
    # warning RequireThis Reference to instance variable 'm_caseOffset_' needs "this.". 132 39
    # warning RequireThis Reference to instance variable 'm_additionalVectorsOffset_' needs "this.". 140 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/UnicodeSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 1392 16
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 1490 16
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 1561 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/UnicodeSetIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'endElement' needs "this.". 139 28
    # warning RequireThis Reference to instance variable 'endElement' needs "this.". 140 28
    # warning RequireThis Reference to instance variable 'nextElement' needs "this.". 141 25
    # warning RequireThis Reference to instance variable 'endRange' needs "this.". 145 21
    # warning RequireThis Reference to instance variable 'endElement' needs "this.". 147 28
    # warning RequireThis Reference to instance variable 'nextElement' needs "this.". 148 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/Assembler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxdepth' needs "this.". 266 25
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 330 25
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 342 26
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 349 28
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 763 34
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 866 25
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 906 34
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 915 37
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 920 34
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 929 26
    # warning RequireThis Reference to instance variable 'last' needs "this.". 943 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/ClassConstantData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 77 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/Instruction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 152 24
    # warning RequireThis Reference to instance variable 'next' needs "this.". 216 26
    # warning RequireThis Reference to instance variable 'next' needs "this.". 248 26
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 759 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/Label.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ID' needs "this.". 112 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/LocalVariableTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 53 30
    # warning RequireThis Reference to instance variable 'len' needs "this.". 81 25
    # warning RequireThis Reference to instance variable 'len' needs "this.". 82 31
    # warning RequireThis Reference to instance variable 'len' needs "this.". 123 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/StringConstantData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'str' needs "this.". 69 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/SwitchData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minValue' needs "this.". 69 21
    # warning RequireThis Reference to instance variable 'maxValue' needs "this.". 72 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jar/Main.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 154 26
    # warning RequireThis Reference to instance variable 'tflag' needs "this.". 310 34
    # warning RequireThis Reference to instance variable 'xflag' needs "this.". 317 34
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 324 34
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 331 34
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 353 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jar/SignatureFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rawName' needs "this.". 210 30
    # warning RequireThis Reference to instance variable 'rawName' needs "this.". 224 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/java/BinaryClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'basicCheckDone' needs "this.". 83 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/java/BinaryMember.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'atts' needs "this.". 230 23
    # warning RequireThis Reference to instance variable 'atts' needs "this.". 240 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/java/Identifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 316 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/java/Imports.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentPackage' needs "this.". 420 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/java/Package.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'binaryPath' needs "this.". 99 27
    # warning RequireThis Reference to instance variable 'pkg' needs "this.". 159 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/java/ScannerInputReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numChars' needs "this.". 108 29
    # warning RequireThis Reference to instance variable 'chpos' needs "this.". 130 15
    # warning RequireThis Reference to instance variable 'numChars' needs "this.". 140 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/java/Type.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'typeCode' needs "this.". 128 21
    # warning RequireThis Reference to instance variable 'typeCode' needs "this.". 164 23
    # warning RequireThis Reference to instance variable 'typeCode' needs "this.". 412 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/javac/BatchEnvironment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourcePath' needs "this.". 1050 53
    # warning RequireThis Reference to instance variable 'nwarnings' needs "this.". 1170 42
    # warning RequireThis Reference to instance variable 'nwarnings' needs "this.". 1351 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/javac/BatchParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceClass' needs "this.". 135 59
    # warning RequireThis Reference to instance variable 'sourceClass' needs "this.". 214 58
    # warning RequireThis Reference to instance variable 'sourceClass' needs "this.". 231 57
    # warning RequireThis Reference to instance variable 'toplevelEnv' needs "this.". 237 15
    # warning RequireThis Reference to instance variable 'sourceClass' needs "this.". 241 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/javac/CompilerMember.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sig' needs "this.". 63 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/javac/SourceClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'basicCheckDone' needs "this.". 1081 30
    # warning RequireThis Reference to instance variable 'resolving' needs "this.". 1215 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/ConnectDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remoteTF' needs "this.". 533 23
    # warning RequireThis Reference to instance variable 'vmTable' needs "this.". 535 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/InternalDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 106 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/JConsole.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hotspotMI' needs "this.". 321 20
    # warning RequireThis Reference to instance variable 'connectButton' needs "this.". 325 20
    # warning RequireThis Reference to instance variable 'connectMI' needs "this.". 325 44
    # warning RequireThis Reference to instance variable 'tileMI' needs "this.". 339 27
    # warning RequireThis Reference to instance variable 'cascadeMI' needs "this.". 341 27
    # warning RequireThis Reference to instance variable 'minimizeAllMI' needs "this.". 343 27
    # warning RequireThis Reference to instance variable 'restoreAllMI' needs "this.". 351 27
    # warning RequireThis Reference to instance variable 'exitMI' needs "this.". 359 27
    # warning RequireThis Reference to instance variable 'userGuideMI' needs "this.". 361 27
    # warning RequireThis Reference to instance variable 'aboutMI' needs "this.". 363 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/LocalVirtualMachine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'vmid' needs "this.". 97 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/MemoryTab.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'heapPlotter' needs "MemoryTab.this.". 312 47
    # warning RequireThis Reference to instance variable 'nonHeapPlotter' needs "MemoryTab.this.". 314 47
    # warning RequireThis Reference to instance variable 'heapPlotter' needs "MemoryTab.this.". 376 40
    # warning RequireThis Reference to instance variable 'gcButton' needs "this.". 448 20
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 499 79
    # warning RequireThis Reference to instance variable 'groupGap' needs "this.". 500 60
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 500 79
    # warning RequireThis Reference to instance variable 'barGap' needs "this.". 519 65
    # warning RequireThis Reference to instance variable 'barWidth' needs "this.". 521 51
    # warning RequireThis Reference to instance variable 'barGap' needs "this.". 524 97
    # warning RequireThis Reference to instance variable 'barWidth' needs "this.". 526 57
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 601 39
    # warning RequireThis Reference to instance variable 'barHeight' needs "this.". 601 60
    # warning RequireThis Reference to instance variable 'heapPlotter' needs "MemoryTab.this.". 658 28
    # warning RequireThis Reference to instance variable 'heapRect' needs "this.". 659 21
    # warning RequireThis Reference to instance variable 'nonHeapPlotter' needs "MemoryTab.this.". 660 35
    # warning RequireThis Reference to instance variable 'nonHeapRect' needs "this.". 661 21
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 672 43
    # warning RequireThis Reference to instance variable 'heapPlotter' needs "MemoryTab.this.". 702 27
    # warning RequireThis Reference to instance variable 'nonHeapPlotter' needs "MemoryTab.this.". 704 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/OutputViewer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 121 50
    # warning RequireThis Reference to instance variable 'name' needs "this.". 124 32
    # warning RequireThis Reference to instance variable 'name' needs "this.". 127 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/Plotter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'viewRange' needs "this.". 230 24
    # warning RequireThis Reference to instance variable 'saveAsMI' needs "this.". 278 20
    # warning RequireThis Reference to instance variable 'leftMargin' needs "this.". 527 13
    # warning RequireThis Reference to instance variable 'decimals' needs "this.". 791 26
    # warning RequireThis Reference to instance variable 'decimalsMultiplier' needs "this.". 792 42
    # warning RequireThis Reference to instance variable 'size' needs "this.". 918 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 926 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 933 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/SummaryTab.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pathSeparator' needs "this.". 336 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/ThreadTab.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastSelected' needs "this.". 326 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/inspector/XMBean.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'objectName' needs "this.". 78 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/inspector/XMBeanAttributes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'valueCellEditor' needs "this.". 225 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/inspector/XMBeanNotifications.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentListener' needs "this.". 318 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/inspector/XOpenTypeViewer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'col2Width' needs "this.". 214 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 554 33
    # warning RequireThis Reference to instance variable 'prev' needs "this.". 737 22
    # warning RequireThis Reference to instance variable 'incr' needs "this.". 744 29
    # warning RequireThis Reference to instance variable 'decr' needs "this.". 751 29
    # warning RequireThis Reference to instance variable 'tabularNext' needs "this.". 758 29
    # warning RequireThis Reference to instance variable 'tabularPrev' needs "this.". 765 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/inspector/XSheet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'refreshButton' needs "this.". 734 27
    # warning RequireThis Reference to instance variable 'clearButton' needs "this.". 739 27
    # warning RequireThis Reference to instance variable 'subscribeButton' needs "this.". 744 27
    # warning RequireThis Reference to instance variable 'unsubscribeButton' needs "this.". 749 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/inspector/XTree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyPropertyList' needs "this.". 730 61
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 734 59
    # warning RequireThis Reference to instance variable 'tokenValue' needs "this.". 826 23
    # warning RequireThis Reference to instance variable 'tokenValue' needs "this.". 827 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jps/Arguments.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hostname' needs "this.". 121 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/Arguments.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'specialOption' needs "this.". 320 54
    # warning RequireThis Reference to instance variable 'vmIdString' needs "this.". 329 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/ColumnFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'number' needs "this.". 61 77
    # warning RequireThis Reference to instance variable 'number' needs "this.". 67 79

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/Expression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ordinal' needs "this.". 46 48
    # warning RequireThis Reference to instance variable 'ordinal' needs "this.". 52 53
    # warning RequireThis Reference to instance variable 'ordinal' needs "this.". 63 54
    # warning RequireThis Reference to instance variable 'ordinal' needs "this.". 74 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/OptionFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 102 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/Parser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'previous' needs "this.". 123 21
    # warning RequireThis Reference to instance variable 'lookahead' needs "this.". 134 20
    # warning RequireThis Reference to instance variable 'lookahead' needs "this.". 136 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/Scale.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'factor' needs "this.". 183 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/Token.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 68 40
    # warning RequireThis Reference to instance variable 'nval' needs "this.". 92 55
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 98 60
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 103 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/AssignOpExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'itype' needs "this.". 123 21
    # warning RequireThis Reference to instance variable 'NOINC' needs "this.". 231 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/BreakStatement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lbl' needs "this.". 102 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/CatchStatement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 166 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/ContinueStatement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lbl' needs "this.". 112 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/FieldExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 1276 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/MethodExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'field' needs "this.". 648 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/NewInstanceExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outerArg' needs "this.". 100 34
    # warning RequireThis Reference to instance variable 'body' needs "this.". 233 31
    # warning RequireThis Reference to instance variable 'body' needs "this.". 243 27
    # warning RequireThis Reference to instance variable 'field' needs "this.". 388 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/StringExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 91 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/UplevelReference.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'localArgument' needs "this.". 399 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tracing/dtrace/DTraceProvider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'proxyClassNamePrefix' needs "this.". 114 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/BuddhistCalendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'yearOffset' needs "this.". 132 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/PreHashedMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rows' needs "PreHashedMap.this.". 192 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/calendar/BaseCalendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cachedYear' needs "this.". 170 28
    # warning RequireThis Reference to instance variable 'cachedFixedDateJan1' needs "this.". 174 34
    # warning RequireThis Reference to instance variable 'cachedFixedDateNextJan1' needs "this.". 175 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/calendar/CalendarDate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hours' needs "this.". 415 29
    # warning RequireThis Reference to instance variable 'zoneOffset' needs "this.". 416 17
    # warning RequireThis Reference to instance variable 'zoneOffset' needs "this.". 466 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/calendar/ZoneInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 265 17
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 298 25
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 419 41
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 422 40
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 438 32
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 451 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/locale/StringTokenIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'end' needs "this.". 80 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/logging/PlatformLogger.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 347 25
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 354 25
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 361 25
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 369 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/ArcTest/ArcTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startAngle' needs "this.". 139 35
    # warning RequireThis Reference to instance variable 'extent' needs "this.". 140 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/BarChart/BarChart.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 72 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 206 29
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 209 64
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 249 29
    # warning RequireThis Reference to instance variable 'barSpacing' needs "this.". 252 44
    # warning RequireThis Reference to instance variable 'barSpacing' needs "this.". 254 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/Clock/Clock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastxs' needs "this.". 143 19
    # warning RequireThis Reference to instance variable 'lastys' needs "this.". 143 35
    # warning RequireThis Reference to instance variable 'lastxm' needs "this.". 147 19
    # warning RequireThis Reference to instance variable 'lastym' needs "this.". 147 35
    # warning RequireThis Reference to instance variable 'lastxh' needs "this.". 151 19
    # warning RequireThis Reference to instance variable 'lastyh' needs "this.". 151 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/Fractal/CLSFractal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'border' needs "this.". 186 29
    # warning RequireThis Reference to instance variable 'Xmin' needs "this.". 204 36
    # warning RequireThis Reference to instance variable 'Ymin' needs "this.". 208 37
    # warning RequireThis Reference to instance variable 'Ymin' needs "this.". 219 40
    # warning RequireThis Reference to instance variable 'Xmin' needs "this.". 223 40
    # warning RequireThis Reference to instance variable 'Xmin' needs "this.". 227 52
    # warning RequireThis Reference to instance variable 'Ymin' needs "this.". 227 62
    # warning RequireThis Reference to instance variable 'Xmin' needs "this.". 265 17
    # warning RequireThis Reference to instance variable 'Xmax' needs "this.". 268 17
    # warning RequireThis Reference to instance variable 'Ymin' needs "this.". 271 17
    # warning RequireThis Reference to instance variable 'Ymax' needs "this.". 274 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/GraphicsTest/GraphicsTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'step' needs "this.". 437 23
    # warning RequireThis Reference to instance variable 'step' needs "this.". 437 35
    # warning RequireThis Reference to instance variable 'step' needs "this.". 446 23
    # warning RequireThis Reference to instance variable 'step' needs "this.". 446 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/MoleculeViewer/Matrix3D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xo' needs "this.". 235 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/MoleculeViewer/XYZApp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxvert' needs "this.". 144 18
    # warning RequireThis Reference to instance variable 'prevx' needs "this.". 414 29
    # warning RequireThis Reference to instance variable 'xfac' needs "this.". 448 44
    # warning RequireThis Reference to instance variable 'balls' needs "this.". 569 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/SpreadSheet/SpreadSheet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 89 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 90 33
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 109 26
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 135 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 136 33
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 158 33
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 159 37
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 161 35
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 177 25
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 178 29
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 252 21
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 260 25
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 261 22
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 263 31
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 264 25
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 265 21
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 269 30
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 274 25
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 275 29
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 276 27
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 302 32
    # warning RequireThis Reference to instance variable 'titleHeight' needs "this.". 304 22
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 310 17
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 319 29
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 320 31
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 321 27
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 322 38
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 329 32
    # warning RequireThis Reference to instance variable 'valueString' needs "this.". 491 29
    # warning RequireThis Reference to instance variable 'valueString' needs "this.". 681 37
    # warning RequireThis Reference to instance variable 'valueString' needs "this.". 684 37
    # warning RequireThis Reference to instance variable 'valueString' needs "this.". 690 37
    # warning RequireThis Reference to instance variable 'value' needs "this.". 737 35
    # warning RequireThis Reference to instance variable 'type' needs "this.". 794 43
    # warning RequireThis Reference to instance variable 'value' needs "this.". 798 48
    # warning RequireThis Reference to instance variable 'op' needs "this.". 805 45
    # warning RequireThis Reference to instance variable 'maxchars' needs "this.". 846 25
    # warning RequireThis Reference to instance variable 'maxchars' needs "this.". 884 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/WireFrame/Matrix3D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xo' needs "this.". 235 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/WireFrame/ThreeD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxvert' needs "this.". 145 18
    # warning RequireThis Reference to instance variable 'nvert' needs "this.". 166 19
    # warning RequireThis Reference to instance variable 'nvert' needs "this.". 166 34
    # warning RequireThis Reference to instance variable 'maxcon' needs "this.". 169 18
    # warning RequireThis Reference to instance variable 'prevx' needs "this.". 481 29
    # warning RequireThis Reference to instance variable 'xfac' needs "this.". 506 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/Option.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 143 26
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 144 25
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 156 30
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 238 26
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 239 25
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 251 30
    # warning RequireThis Reference to instance variable 'value' needs "this.". 318 65
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 328 26
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 329 25
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 341 30
    # warning RequireThis Reference to instance variable 'minvalue' needs "this.". 401 23
    # warning RequireThis Reference to instance variable 'maxvalue' needs "this.". 401 41
    # warning RequireThis Reference to instance variable 'defaultenabled' needs "this.". 476 28
    # warning RequireThis Reference to instance variable 'defaultenabled' needs "this.". 477 27
    # warning RequireThis Reference to instance variable 'size' needs "this.". 486 51
    # warning RequireThis Reference to instance variable 'defaultenabled' needs "this.". 495 32
    # warning RequireThis Reference to instance variable 'size' needs "ObjectList.this.". 524 59
    # warning RequireThis Reference to instance variable 'size' needs "this.". 543 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 555 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 577 41
    # warning RequireThis Reference to instance variable 'defaultselected' needs "this.". 686 30
    # warning RequireThis Reference to instance variable 'defaultselected' needs "this.". 687 29
    # warning RequireThis Reference to instance variable 'defaultselected' needs "this.". 699 34
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 703 59
    # warning RequireThis Reference to instance variable 'size' needs "this.". 745 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 770 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 781 34
    # warning RequireThis Reference to instance variable 'index' needs "this.". 838 27
    # warning RequireThis Reference to instance variable 'index' needs "this.". 842 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/ResultSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 160 58
    # warning RequireThis Reference to instance variable 'description' needs "this.". 161 36
    # warning RequireThis Reference to instance variable 'start' needs "this.". 162 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/report/J2DAnalyzer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 655 23
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 709 52
    # warning RequireThis Reference to instance variable 'numunits' needs "this.". 715 26
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 719 27
    # warning RequireThis Reference to instance variable 'longest' needs "this.". 721 27
    # warning RequireThis Reference to instance variable 'numruns' needs "this.". 723 26
    # warning RequireThis Reference to instance variable 'total' needs "this.". 724 27
    # warning RequireThis Reference to instance variable 'longest' needs "this.". 727 36
    # warning RequireThis Reference to instance variable 'numunits' needs "this.". 736 26
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 738 28
    # warning RequireThis Reference to instance variable 'numunits' needs "this.". 746 26
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 749 47
    # warning RequireThis Reference to instance variable 'longest' needs "this.". 751 47
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 757 33
    # warning RequireThis Reference to instance variable 'longest' needs "this.". 758 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/tests/ImageTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 606 35
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 607 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/tests/PixelTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nbits' needs "this.". 223 54
    # warning RequireThis Reference to instance variable 'nbits' needs "this.". 229 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/TextConstructionTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'off' needs "this.". 369 23
    # warning RequireThis Reference to instance variable 'off' needs "this.". 370 36
    # warning RequireThis Reference to instance variable 'off' needs "this.". 382 23
    # warning RequireThis Reference to instance variable 'max' needs "this.". 385 19
    # warning RequireThis Reference to instance variable 'max' needs "this.". 396 27
    # warning RequireThis Reference to instance variable 'max' needs "this.". 412 19
    # warning RequireThis Reference to instance variable 'off' needs "this.". 428 19
    # warning RequireThis Reference to instance variable 'off' needs "this.". 441 28
    # warning RequireThis Reference to instance variable 'max' needs "this.". 441 46
    # warning RequireThis Reference to instance variable 'off' needs "this.". 442 108

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/jfc/FileChooserDemo/FileChooserDemo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'backButton' needs "this.". 539 24
    # warning RequireThis Reference to instance variable 'nextButton' needs "this.". 541 31
    # warning RequireThis Reference to instance variable 'closeButton' needs "this.". 552 31
    # warning RequireThis Reference to instance variable 'openRadioButton' needs "FileChooserDemo.this.". 646 22
    # warning RequireThis Reference to instance variable 'useEmbedInWizardCheckBox' needs "FileChooserDemo.this.". 650 29
    # warning RequireThis Reference to instance variable 'useControlsCheckBox' needs "FileChooserDemo.this.". 654 29
    # warning RequireThis Reference to instance variable 'enableDragCheckBox' needs "FileChooserDemo.this.". 656 29
    # warning RequireThis Reference to instance variable 'saveRadioButton' needs "FileChooserDemo.this.". 658 29
    # warning RequireThis Reference to instance variable 'customButton' needs "FileChooserDemo.this.". 662 29
    # warning RequireThis Reference to instance variable 'customField' needs "FileChooserDemo.this.". 662 50
    # warning RequireThis Reference to instance variable 'showAllFilesFilterCheckBox' needs "FileChooserDemo.this.". 666 29
    # warning RequireThis Reference to instance variable 'showImageFilesFilterCheckBox' needs "FileChooserDemo.this.". 668 29
    # warning RequireThis Reference to instance variable 'setHiddenCheckBox' needs "FileChooserDemo.this.". 672 29
    # warning RequireThis Reference to instance variable 'accessoryCheckBox' needs "FileChooserDemo.this.". 674 29
    # warning RequireThis Reference to instance variable 'useFileViewCheckBox' needs "FileChooserDemo.this.". 680 29
    # warning RequireThis Reference to instance variable 'useFileSystemViewCheckBox' needs "FileChooserDemo.this.". 686 29
    # warning RequireThis Reference to instance variable 'showFullDescriptionCheckBox' needs "FileChooserDemo.this.". 693 29
    # warning RequireThis Reference to instance variable 'justFilesRadioButton' needs "FileChooserDemo.this.". 696 29
    # warning RequireThis Reference to instance variable 'justDirectoriesRadioButton' needs "FileChooserDemo.this.". 698 29
    # warning RequireThis Reference to instance variable 'bothFilesAndDirectoriesRadioButton' needs "FileChooserDemo.this.". 700 29
    # warning RequireThis Reference to instance variable 'singleSelectionRadioButton' needs "FileChooserDemo.this.". 702 29
    # warning RequireThis Reference to instance variable 'multiSelectionRadioButton' needs "FileChooserDemo.this.". 706 29
    # warning RequireThis Reference to instance variable 'lafComboBox' needs "FileChooserDemo.this.". 710 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/jfc/Font2DTest/Font2DTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sizeField' needs "this.". 873 24
    # warning RequireThis Reference to instance variable 'fontMenu' needs "this.". 902 23
    # warning RequireThis Reference to instance variable 'styleMenu' needs "this.". 902 40
    # warning RequireThis Reference to instance variable 'transformMenu' needs "this.". 902 58
    # warning RequireThis Reference to instance variable 'methodsMenu' needs "this.". 917 30
    # warning RequireThis Reference to instance variable 'textMenu' needs "this.". 919 28
    # warning RequireThis Reference to instance variable 'transformMenuG2' needs "this.". 950 28
    # warning RequireThis Reference to instance variable 'antiAliasMenu' needs "this.". 953 27
    # warning RequireThis Reference to instance variable 'fracMetricsMenu' needs "this.". 953 49
    # warning RequireThis Reference to instance variable 'antiAliasMenu' needs "this.". 954 26
    # warning RequireThis Reference to instance variable 'displayGridCBMI' needs "this.". 982 26
    # warning RequireThis Reference to instance variable 'force16ColsCBMI' needs "this.". 984 31
    # warning RequireThis Reference to instance variable 'showFontInfoCBMI' needs "this.". 986 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/jfc/Font2DTest/FontPanel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fontStyle' needs "this.". 228 51
    # warning RequireThis Reference to instance variable 'NONE' needs "this.". 242 31
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "this.". 275 27
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "this.". 277 32
    # warning RequireThis Reference to instance variable 'DRAW_GLYPHV' needs "this.". 278 24
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "this.". 279 32
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "this.". 281 32
    # warning RequireThis Reference to instance variable 'TL_DRAW' needs "this.". 283 26
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "this.". 339 27
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "this.". 368 27
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "this.". 388 26
    # warning RequireThis Reference to instance variable 'TL_OUTLINE' needs "FontPanel.this.". 527 32
    # warning RequireThis Reference to instance variable 'GV_OUTLINE' needs "FontPanel.this.". 527 60
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 536 50
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 537 49
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 541 47
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 542 64
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 544 32
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 545 32
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 561 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 586 31
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "FontPanel.this.". 709 31
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 709 57
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 725 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 725 58
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 726 35
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 731 51
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 732 41
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 734 33
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 737 51
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "FontPanel.this.". 741 35
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 747 34
    # warning RequireThis Reference to instance variable 'NONE' needs "FontPanel.this.". 761 33
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 761 54
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 773 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 773 58
    # warning RequireThis Reference to instance variable 'maxDescent' needs "this.". 778 42
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 785 55
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 786 53
    # warning RequireThis Reference to instance variable 'CANT_FIT_PRINT' needs "this.". 788 63
    # warning RequireThis Reference to instance variable 'maxDescent' needs "this.". 798 42
    # warning RequireThis Reference to instance variable 'CANT_FIT_PRINT' needs "this.". 802 63
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 805 35
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 830 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 830 58
    # warning RequireThis Reference to instance variable 'ONE_PAGE' needs "FontPanel.this.". 832 37
    # warning RequireThis Reference to instance variable 'currentlyShownChar' needs "this.". 833 33
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 835 49
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 838 35
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 844 55
    # warning RequireThis Reference to instance variable 'drawLimit' needs "this.". 846 33
    # warning RequireThis Reference to instance variable 'drawLimit' needs "this.". 847 29
    # warning RequireThis Reference to instance variable 'ONE_PAGE' needs "FontPanel.this.". 851 37
    # warning RequireThis Reference to instance variable 'currentlyShownChar' needs "this.". 852 33
    # warning RequireThis Reference to instance variable 'printPageNumber' needs "this.". 854 47
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 859 39
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "FontPanel.this.". 861 35
    # warning RequireThis Reference to instance variable 'drawLimit' needs "this.". 866 33
    # warning RequireThis Reference to instance variable 'drawLimit' needs "this.". 867 29
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 871 30
    # warning RequireThis Reference to instance variable 'isPrinting' needs "this.". 907 39
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 917 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 917 58
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 924 38
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 924 67
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 925 40
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 925 71
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 926 42
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 927 42
    # warning RequireThis Reference to instance variable 'maxAscent' needs "this.". 931 56
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "FontPanel.this.". 940 36
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 945 47
    # warning RequireThis Reference to instance variable 'drawStart' needs "this.". 947 44
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 957 47
    # warning RequireThis Reference to instance variable 'NONE' needs "FontPanel.this.". 964 40
    # warning RequireThis Reference to instance variable 'ONE_PAGE' needs "FontPanel.this.". 1014 31
    # warning RequireThis Reference to instance variable 'lastPage' needs "this.". 1019 34
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 1029 31
    # warning RequireThis Reference to instance variable 'antiAliasType' needs "FontPanel.this.". 1045 51
    # warning RequireThis Reference to instance variable 'fontName' needs "FontPanel.this.". 1051 44
    # warning RequireThis Reference to instance variable 'drawLimit' needs "this.". 1063 29
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 1073 31
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 1094 33
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 1094 60
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 1100 35
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 1100 63
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 1103 41
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 1105 44
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 1130 32
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 1132 32
    # warning RequireThis Reference to instance variable 'ZOOM' needs "this.". 1133 53
    # warning RequireThis Reference to instance variable 'ZOOM' needs "this.". 1134 55
    # warning RequireThis Reference to instance variable 'ZOOM' needs "this.". 1153 56
    # warning RequireThis Reference to instance variable 'ZOOM' needs "this.". 1160 74
    # warning RequireThis Reference to instance variable 'currMouseOverChar' needs "this.". 1172 28
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 1200 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 1200 58
    # warning RequireThis Reference to instance variable 'prevZoomChar' needs "this.". 1229 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/jfc/Metalworks/MetalworksDocumentFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xGap' needs "this.". 153 59
    # warning RequireThis Reference to instance variable 'yGap' needs "this.". 156 35
    # warning RequireThis Reference to instance variable 'yGap' needs "this.". 178 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/jfc/TableExample/TableSorter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'compares' needs "this.". 223 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/management/MemoryMonitor/MemoryMonitor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 206 34
    # warning RequireThis Reference to instance variable 'columnInc' needs "this.". 257 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipFileSystem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 1466 23
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 1496 21
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 1497 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'path' needs "this.". 360 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptJConsolePlugin.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'extension' needs "this.". 176 67
    # warning RequireThis Reference to instance variable 'extension' needs "this.". 180 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/forkjoin/mergesort/MergeSort.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'low' needs "this.". 77 24
    # warning RequireThis Reference to instance variable 'low' needs "this.". 80 45
    # warning RequireThis Reference to instance variable 'low' needs "this.". 96 41
    # warning RequireThis Reference to instance variable 'low' needs "this.". 99 35
    # warning RequireThis Reference to instance variable 'low' needs "this.". 100 39
    # warning RequireThis Reference to instance variable 'high' needs "this.". 102 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'memCapacityReached' needs "this.". 385 21
    # warning RequireThis Reference to instance variable 'fileCapacity' needs "this.". 403 26
    # warning RequireThis Reference to instance variable 'logStream' needs "this.". 418 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfig.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'config' needs "this.". 372 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mbeanServer' needs "this.". 404 33
    # warning RequireThis Reference to instance variable 'state' needs "this.". 553 19
    # warning RequireThis Reference to instance variable 'state' needs "this.". 583 52
    # warning RequireThis Reference to instance variable 'state' needs "this.". 588 55
    # warning RequireThis Reference to instance variable 'taskid' needs "this.". 814 53
    # warning RequireThis Reference to instance variable 'taskid' needs "this.". 840 53
    # warning RequireThis Reference to instance variable 'taskid' needs "this.". 869 53
    # warning RequireThis Reference to instance variable 'delayBeforeNext' needs "this.". 876 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/XmlConfigUtils.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'file' needs "this.". 119 21
    # warning RequireThis Reference to instance variable 'file' needs "this.". 211 52
    # warning RequireThis Reference to instance variable 'file' needs "this.". 213 55
    # warning RequireThis Reference to instance variable 'file' needs "this.". 219 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/nio/server/ChannelIOSecure.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'initialHSStatus' needs "this.". 390 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/nio/server/FileContent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 95 25
    # warning RequireThis Reference to instance variable 'position' needs "this.". 99 59
    # warning RequireThis Reference to instance variable 'length' needs "this.". 100 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/java/io/UnixFileSystem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 166 44
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 167 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/java/util/prefs/FileSystemPreferences.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tmpFile' needs "FileSystemPreferences.this.". 626 29
    # warning RequireThis Reference to instance variable 'dir' needs "FileSystemPreferences.this.". 708 76
    # warning RequireThis Reference to instance variable 'lastSyncTime' needs "this.". 787 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/InfoWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'errorImage' needs "this.". 378 29
    # warning RequireThis Reference to instance variable 'warnImage' needs "this.". 380 29
    # warning RequireThis Reference to instance variable 'infoImage' needs "this.". 382 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/ListHelper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'focusedIndex' needs "this.". 234 25
    # warning RequireThis Reference to instance variable 'font' needs "this.". 238 24
    # warning RequireThis Reference to instance variable 'TEXT_SPACE' needs "this.". 262 36
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 271 54
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 271 90
    # warning RequireThis Reference to instance variable 'maxVisItems' needs "this.". 305 38
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 432 20
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 435 25
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 442 20
    # warning RequireThis Reference to instance variable 'maxVisItems' needs "this.". 459 37
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 507 32
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 508 38
    # warning RequireThis Reference to instance variable 'BORDER_WIDTH' needs "this.". 508 54
    # warning RequireThis Reference to instance variable 'SCROLLBAR_WIDTH' needs "this.". 508 79
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 510 32
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 517 29
    # warning RequireThis Reference to instance variable 'FOCUS_INSET' needs "this.". 556 28
    # warning RequireThis Reference to instance variable 'FOCUS_INSET' needs "this.". 557 28
    # warning RequireThis Reference to instance variable 'FOCUS_INSET' needs "this.". 558 34
    # warning RequireThis Reference to instance variable 'FOCUS_INSET' needs "this.". 559 35
    # warning RequireThis Reference to instance variable 'TEXT_SPACE' needs "this.". 576 34
    # warning RequireThis Reference to instance variable 'BORDER_WIDTH' needs "this.". 592 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/MotifDnDDragSourceProtocol.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetEnterServerTime' needs "this.". 142 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/MotifDnDDropTargetProtocol.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceX' needs "this.". 497 17
    # warning RequireThis Reference to instance variable 'sourceY' needs "this.". 498 17
    # warning RequireThis Reference to instance variable 'targetXWindow' needs "this.". 501 27
    # warning RequireThis Reference to instance variable 'sourceWindow' needs "this.". 564 27
    # warning RequireThis Reference to instance variable 'sourceWindow' needs "this.". 620 27
    # warning RequireThis Reference to instance variable 'sourceAtom' needs "this.". 918 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/WindowDimensions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loc' needs "this.". 164 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XAtom.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'display' needs "this.". 784 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XButtonPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'armed' needs "this.". 259 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XCheckboxPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 361 59
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 364 34
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 367 25
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 394 29
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 397 29
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 400 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XChoicePeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dragging' needs "this.". 426 36
    # warning RequireThis Reference to instance variable 'dragStartIdx' needs "this.". 447 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XClipboard.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetsPropertyAtom' needs "this.". 145 21
    # warning RequireThis Reference to instance variable 'selection' needs "this.". 249 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XComponentPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'darkShadow' needs "this.". 664 32
    # warning RequireThis Reference to instance variable 'lightShadow' needs "this.". 668 32
    # warning RequireThis Reference to instance variable 'isLayouting' needs "this.". 810 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XDecoratedPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dimensions' needs "this.". 385 104
    # warning RequireThis Reference to instance variable 'focusProxy' needs "this.". 1020 105
    # warning RequireThis Reference to instance variable 'actualFocusedWindow' needs "this.". 1170 21
    # warning RequireThis Reference to instance variable 'actualFocusedWindow' needs "XDecoratedPeer.this.". 1189 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XEmbedCanvasPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keysym' needs "this.". 867 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XEmbedClientHelper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'embedded' needs "this.". 71 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XEmbedServerTester.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'server_version' needs "this.". 189 53
    # warning RequireThis Reference to instance variable 'window' needs "this.". 394 57
    # warning RequireThis Reference to instance variable 'focusedServerComponent' needs "this.". 577 100
    # warning RequireThis Reference to instance variable 'focusedServerComponent' needs "this.". 582 100
    # warning RequireThis Reference to instance variable 'eventWaited' needs "this.". 676 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XFileDialogPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pathChoice' needs "this.". 546 23
    # warning RequireThis Reference to instance variable 'pathChoice' needs "this.". 643 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XFramePeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'menubar' needs "this.". 116 27
    # warning RequireThis Reference to instance variable 'lastAppliedMenubarHeight' needs "XFramePeer.this.". 192 39
    # warning RequireThis Reference to instance variable 'state' needs "this.". 300 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XIconInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'height' needs "this.". 78 34
    # warning RequireThis Reference to instance variable 'height' needs "this.". 88 34
    # warning RequireThis Reference to instance variable 'height' needs "this.". 104 34
    # warning RequireThis Reference to instance variable 'width' needs "this.". 129 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XIconWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iconHeight' needs "this.". 369 45
    # warning RequireThis Reference to instance variable 'iconHeight' needs "this.". 371 33
    # warning RequireThis Reference to instance variable 'iconWidth' needs "this.". 374 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XListPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 369 26
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 372 31
    # warning RequireThis Reference to instance variable 'vsbVis' needs "this.". 482 30
    # warning RequireThis Reference to instance variable 'fontLeading' needs "this.". 503 30
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 574 47
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 575 47
    # warning RequireThis Reference to instance variable 'eventIndex' needs "this.". 704 34
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 998 20
    # warning RequireThis Reference to instance variable 'hsbVis' needs "this.". 1093 63
    # warning RequireThis Reference to instance variable 'hsbVis' needs "this.". 1098 88
    # warning RequireThis Reference to instance variable 'multipleSelections' needs "this.". 1183 89
    # warning RequireThis Reference to instance variable 'vsbVis' needs "this.". 1202 43
    # warning RequireThis Reference to instance variable 'hsbVis' needs "this.". 1202 71
    # warning RequireThis Reference to instance variable 'eventIndex' needs "this.". 1521 57
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 1706 31
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 1767 35
    # warning RequireThis Reference to instance variable 'fontAscent' needs "XListPeer.this.". 1888 63
    # warning RequireThis Reference to instance variable 'prevFocusRect' needs "this.". 1946 104

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XMenuBarPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'helpMenu' needs "this.". 168 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XScrollPanePeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 93 24
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 102 25
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 127 50
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 127 67
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 177 32
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 177 59
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 186 58
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 197 31
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 362 23
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 365 28
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 378 26
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 379 25
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 423 25
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 459 26
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 502 38
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 539 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XScrollbar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'min' needs "this.". 102 17
    # warning RequireThis Reference to instance variable 'min' needs "this.". 103 17
    # warning RequireThis Reference to instance variable 'vis' needs "this.". 104 30
    # warning RequireThis Reference to instance variable 'vis' needs "this.". 105 23
    # warning RequireThis Reference to instance variable 'val' needs "this.". 109 40
    # warning RequireThis Reference to instance variable 'line' needs "this.". 391 33
    # warning RequireThis Reference to instance variable 'line' needs "this.". 395 33
    # warning RequireThis Reference to instance variable 'page' needs "this.". 399 33
    # warning RequireThis Reference to instance variable 'page' needs "this.". 403 33
    # warning RequireThis Reference to instance variable 'barWidth' needs "this.". 742 27
    # warning RequireThis Reference to instance variable 'min' needs "this.". 755 84
    # warning RequireThis Reference to instance variable 'min' needs "this.". 790 27
    # warning RequireThis Reference to instance variable 'vis' needs "this.". 829 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XSelection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ownershipTime' needs "this.". 551 70
    # warning RequireThis Reference to instance variable 'ownershipListener' needs "this.". 698 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XTextAreaPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bar' needs "this.". 1475 29
    # warning RequireThis Reference to instance variable 'button' needs "this.". 1480 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XTrayIconPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'autosize' needs "this.". 533 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XWarningWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentSize' needs "this.". 126 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'target' needs "this.". 329 44
    # warning RequireThis Reference to instance variable 'target' needs "this.". 332 27
    # warning RequireThis Reference to instance variable 'backgroundColor' needs "this.". 490 17
    # warning RequireThis Reference to instance variable 'oldWidth' needs "this.". 1358 23
    # warning RequireThis Reference to instance variable 'oldHeight' needs "this.". 1358 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XWindowPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ownerPeer' needs "this.". 224 50
    # warning RequireThis Reference to instance variable 'isUnhiding' needs "this.". 1332 19
    # warning RequireThis Reference to instance variable 'modalBlocker' needs "this.". 1498 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/generator/WrapperGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'package_name' needs "this.". 837 39
    # warning RequireThis Reference to instance variable 'defaultBaseClass' needs "this.". 842 33
    # warning RequireThis Reference to instance variable 'package_name' needs "this.". 937 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11GraphicsConfig.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 298 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11GraphicsDevice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 122 22
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 243 40
    # warning RequireThis Reference to instance variable 'screen' needs "X11GraphicsDevice.this.". 443 87
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 527 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11InputMethod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'awtFocussedComponent' needs "this.". 361 40
    # warning RequireThis Reference to instance variable 'awtFocussedComponent' needs "this.". 403 36
    # warning RequireThis Reference to instance variable 'composedText' needs "this.". 686 62
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1065 26
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1081 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1083 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/XSettings.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'idx' needs "this.". 129 57
    # warning RequireThis Reference to instance variable 'nsettings' needs "this.". 228 37
    # warning RequireThis Reference to instance variable 'dlen' needs "this.". 228 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/motif/X11CNS11643.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'plane' needs "this.". 81 26
    # warning RequireThis Reference to instance variable 'plane' needs "this.". 105 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/motif/X11FontMetrics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxAdvance' needs "this.". 193 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/font/NativeStrike.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numGlyphs' needs "this.". 147 33
    # warning RequireThis Reference to instance variable 'numGlyphs' needs "this.". 148 33
    # warning RequireThis Reference to instance variable 'numGlyphs' needs "this.". 165 33
    # warning RequireThis Reference to instance variable 'numGlyphs' needs "this.". 166 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/jules/JulesAATileGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'left' needs "this.". 115 29
    # warning RequireThis Reference to instance variable 'top' needs "this.". 116 31
    # warning RequireThis Reference to instance variable 'tilesX' needs "this.". 121 36
    # warning RequireThis Reference to instance variable 'tilesX' needs "this.". 156 44
    # warning RequireThis Reference to instance variable 'tileCnt' needs "this.". 191 37
    # warning RequireThis Reference to instance variable 'tilesX' needs "this.". 302 27
    # warning RequireThis Reference to instance variable 'tilesX' needs "this.". 306 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/jules/TileWorker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'workerStartIndex' needs "this.". 87 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/x11/X11SurfaceData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'validatedClip' needs "this.". 663 21
    # warning RequireThis Reference to instance variable 'xorpixelmod' needs "this.". 691 18
    # warning RequireThis Reference to instance variable 'validatedPixel' needs "this.". 692 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/DirtyRegion.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 60 21
    # warning RequireThis Reference to instance variable 'y' needs "this.". 64 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/GrowableByteArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cellSize' needs "this.". 54 25
    # warning RequireThis Reference to instance variable 'cellSize' needs "this.". 110 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/GrowableIntArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cellSize' needs "this.". 51 17
    # warning RequireThis Reference to instance variable 'cellSize' needs "this.". 99 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/MaskTileManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'yTiles' needs "this.". 129 37
    # warning RequireThis Reference to instance variable 'xTiles' needs "this.". 130 41
    # warning RequireThis Reference to instance variable 'xTiles' needs "this.". 131 58
    # warning RequireThis Reference to instance variable 'maskPicture' needs "this.". 158 23
    # warning RequireThis Reference to instance variable 'maskPicture' needs "this.". 170 21
    # warning RequireThis Reference to instance variable 'maskPicture' needs "this.". 208 28
    # warning RequireThis Reference to instance variable 'yTiles' needs "this.". 244 32
    # warning RequireThis Reference to instance variable 'allocatedTiles' needs "this.". 246 23
    # warning RequireThis Reference to instance variable 'allocatedTiles' needs "this.". 248 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/XRColor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alpha' needs "this.". 119 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/XRCompositeManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'solidSrcPict' needs "this.". 148 15
    # warning RequireThis Reference to instance variable 'validatedPaint' needs "this.". 153 41
    # warning RequireThis Reference to instance variable 'validatedComp' needs "this.". 156 22
    # warning RequireThis Reference to instance variable 'solidSrcPict' needs "this.". 185 20
    # warning RequireThis Reference to instance variable 'alphaMaskPict' needs "this.". 210 29
    # warning RequireThis Reference to instance variable 'solidSrcPict' needs "this.". 228 29
    # warning RequireThis Reference to instance variable 'solidSrcPict' needs "this.". 229 36
    # warning RequireThis Reference to instance variable 'gradCachePicture' needs "this.". 245 25
    # warning RequireThis Reference to instance variable 'texture' needs "this.". 304 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/XRSurfaceData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xrtextpipe' needs "this.". 126 24
    # warning RequireThis Reference to instance variable 'xrtxpipe' needs "this.". 142 30
    # warning RequireThis Reference to instance variable 'xrpipe' needs "this.". 143 33
    # warning RequireThis Reference to instance variable 'xrtxpipe' needs "this.". 147 30
    # warning RequireThis Reference to instance variable 'xrpipe' needs "this.". 148 33
    # warning RequireThis Reference to instance variable 'validatedFilter' needs "this.". 436 23
    # warning RequireThis Reference to instance variable 'validatedClip' needs "this.". 451 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/net/sdp/SdpProvider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prefixByteCount' needs "this.". 150 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/nio/ch/DevPollArrayWrapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'updated' needs "this.". 172 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/nio/ch/EPollArrayWrapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'updated' needs "this.". 229 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/nio/ch/EPollPort.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'NEED_TO_POLL' needs "EPollPort.this.". 266 35
    # warning RequireThis Reference to instance variable 'EXECUTE_TASK_OR_SHUTDOWN' needs "EPollPort.this.". 279 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/nio/ch/UnixAsynchronousServerSocketChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'acceptHandler' needs "this.". 105 23
    # warning RequireThis Reference to instance variable 'acceptAttachment' needs "this.". 106 19
    # warning RequireThis Reference to instance variable 'acceptFuture' needs "this.". 107 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/nio/ch/UnixAsynchronousSocketChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'writePending' needs "this.". 146 31
    # warning RequireThis Reference to instance variable 'pendingRemote' needs "this.". 244 29
    # warning RequireThis Reference to instance variable 'readHandler' needs "UnixAsynchronousSocketChannelImpl.this.". 447 27
    # warning RequireThis Reference to instance variable 'readAttachment' needs "UnixAsynchronousSocketChannelImpl.this.". 448 23
    # warning RequireThis Reference to instance variable 'readFuture' needs "UnixAsynchronousSocketChannelImpl.this.". 449 26
    # warning RequireThis Reference to instance variable 'writeHandler' needs "UnixAsynchronousSocketChannelImpl.this.". 642 27
    # warning RequireThis Reference to instance variable 'writeAttachment' needs "UnixAsynchronousSocketChannelImpl.this.". 643 23
    # warning RequireThis Reference to instance variable 'writeFuture' needs "UnixAsynchronousSocketChannelImpl.this.". 644 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/nio/cs/ext/COMPOUND_TEXT_Decoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'glDecoder' needs "this.". 227 27
    # warning RequireThis Reference to instance variable 'glHigh' needs "this.". 228 24
    # warning RequireThis Reference to instance variable 'grDecoder' needs "this.". 230 27
    # warning RequireThis Reference to instance variable 'grHigh' needs "this.". 231 24
    # warning RequireThis Reference to instance variable 'lastDecoder' needs "this.". 233 51
    # warning RequireThis Reference to instance variable 'ext_count' needs "this.". 286 27
    # warning RequireThis Reference to instance variable 'ext_count' needs "this.". 514 31
    # warning RequireThis Reference to instance variable 'ext_count' needs "this.". 546 31
    # warning RequireThis Reference to instance variable 'glDecoder' needs "this.". 601 32
    # warning RequireThis Reference to instance variable 'grDecoder' needs "this.". 609 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/nio/cs/ext/COMPOUND_TEXT_Encoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'encoder' needs "this.". 121 28
    # warning RequireThis Reference to instance variable 'nonStandardEncodingLen' needs "this.". 206 39
    # warning RequireThis Reference to instance variable 'nonStandardEncodingLen' needs "this.". 230 30
    # warning RequireThis Reference to instance variable 'nonStandardEncodingLen' needs "this.". 232 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/nio/fs/UnixDirectoryStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 211 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/print/CUPSPrinter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nPageSizes' needs "this.". 179 25
    # warning RequireThis Reference to instance variable 'nTrays' needs "this.". 225 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/print/IPPPrintService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isCupsPrinter' needs "this.". 887 36
    # warning RequireThis Reference to instance variable 'myURI' needs "this.". 1629 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/print/UnixPrintJob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sides' needs "this.". 372 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/print/UnixPrintService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'printer' needs "this.". 221 50
    # warning RequireThis Reference to instance variable 'printer' needs "this.". 253 52
    # warning RequireThis Reference to instance variable 'printer' needs "this.". 305 50
    # warning RequireThis Reference to instance variable 'printer' needs "this.". 321 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/security/provider/NativePRNG.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mixRandom' needs "this.". 177 25
    # warning RequireThis Reference to instance variable 'lastRead' needs "this.". 260 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/tools/attach/SolarisVirtualMachine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fd' needs "this.". 126 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/demo/jni/Poller/LinkedQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head_' needs "this.". 95 13
    # warning RequireThis Reference to instance variable 'count_' needs "this.". 107 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/java/io/Win32FileSystem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 263 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/Win32GraphicsDevice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 106 32
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 108 54
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 270 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/shell/Win32ShellFolder2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'largeIcon' needs "this.". 958 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WComponentPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oldWidth' needs "this.". 151 34
    # warning RequireThis Reference to instance variable 'oldHeight' needs "this.". 151 58
    # warning RequireThis Reference to instance variable 'oldWidth' needs "this.". 158 23
    # warning RequireThis Reference to instance variable 'oldHeight' needs "this.". 158 47
    # warning RequireThis Reference to instance variable 'surfaceData' needs "this.". 446 27
    # warning RequireThis Reference to instance variable 'backBuffer' needs "this.". 453 25
    # warning RequireThis Reference to instance variable 'isLayouting' needs "this.". 919 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WDataTransferer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iHTMLStart' needs "this.". 804 26
    # warning RequireThis Reference to instance variable 'iHTMLEnd' needs "this.". 806 24
    # warning RequireThis Reference to instance variable 'iFragStart' needs "this.". 808 25
    # warning RequireThis Reference to instance variable 'iFragEnd' needs "this.". 810 23
    # warning RequireThis Reference to instance variable 'iHTMLStart' needs "this.". 815 28
    # warning RequireThis Reference to instance variable 'iHTMLEnd' needs "this.". 816 26
    # warning RequireThis Reference to instance variable 'iFragStart' needs "this.". 819 28
    # warning RequireThis Reference to instance variable 'iFragEnd' needs "this.". 820 26
    # warning RequireThis Reference to instance variable 'iSelStart' needs "this.". 824 28
    # warning RequireThis Reference to instance variable 'iSelEnd' needs "this.". 825 26
    # warning RequireThis Reference to instance variable 'iStartOffset' needs "this.". 835 28
    # warning RequireThis Reference to instance variable 'iReadCount' needs "this.". 841 29
    # warning RequireThis Reference to instance variable 'iEndOffset' needs "this.". 855 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WDesktopProperties.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'winEventName' needs "this.". 218 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WEmbeddedFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bandWidth' needs "this.". 135 49
    # warning RequireThis Reference to instance variable 'bandHeight' needs "this.". 152 65
    # warning RequireThis Reference to instance variable 'bandHeight' needs "this.". 159 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WInputMethod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'awtFocussedComponent' needs "this.". 272 25
    # warning RequireThis Reference to instance variable 'awtFocussedComponentPeer' needs "this.". 291 42
    # warning RequireThis Reference to instance variable 'awtFocussedComponentPeer' needs "this.". 299 41
    # warning RequireThis Reference to instance variable 'awtFocussedComponentPeer' needs "this.". 329 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WPrinterJob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'driverDoesMultipleCopies' needs "this.". 844 51
    # warning RequireThis Reference to instance variable 'mLastFontSize' needs "this.". 1059 25
    # warning RequireThis Reference to instance variable 'mLastFontStyle' needs "this.". 1060 25
    # warning RequireThis Reference to instance variable 'mLastRotation' needs "this.". 1061 25
    # warning RequireThis Reference to instance variable 'mLastAwScale' needs "this.". 1062 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WToolkit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dynamicLayoutSetting' needs "this.". 512 18
    # warning RequireThis Reference to instance variable 'cacheFontPeer' needs "this.". 594 21
    # warning RequireThis Reference to instance variable 'cacheFontPeer' needs "this.". 602 25
    # warning RequireThis Reference to instance variable 'cacheFontPeer' needs "this.". 605 25
    # warning RequireThis Reference to instance variable 'wprops' needs "this.". 866 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/java2d/d3d/D3DSurfaceData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixel' needs "this.". 454 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/nio/ch/PollArrayWrapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 88 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/nio/ch/WindowsAsynchronousFileChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dst' needs "this.". 402 24
    # warning RequireThis Reference to instance variable 'dst' needs "this.". 409 28
    # warning RequireThis Reference to instance variable 'dst' needs "this.". 435 23
    # warning RequireThis Reference to instance variable 'src' needs "this.". 593 24
    # warning RequireThis Reference to instance variable 'src' needs "this.". 616 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/nio/ch/WindowsAsynchronousSocketChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remote' needs "this.". 211 33
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 396 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 423 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 450 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 463 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 670 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 701 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 730 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/nio/ch/WindowsSelectorImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wakeupSourceFd' needs "WindowsSelectorImpl.this.". 343 29
    # warning RequireThis Reference to instance variable 'threadsCount' needs "this.". 448 46
    # warning RequireThis Reference to instance variable 'threadsCount' needs "this.". 456 52
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 511 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/nio/fs/WindowsDirectoryStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 214 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/nio/fs/WindowsPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'path' needs "this.". 229 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/nio/fs/WindowsWatchService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fileIndexHigh' needs "this.". 214 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/print/Win32PrintService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mediaSizeNames' needs "this.". 440 25
    # warning RequireThis Reference to instance variable 'nCopies' needs "this.". 699 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/security/krb5/internal/tools/Klist.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 180 48
    # warning RequireThis Reference to instance variable 'name' needs "this.". 184 52
    # warning RequireThis Reference to instance variable 'name' needs "this.". 187 52
    # warning RequireThis Reference to instance variable 'name' needs "this.". 219 33
    # warning RequireThis Reference to instance variable 'name' needs "this.". 222 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/security/krb5/internal/tools/Ktab.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 280 51
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 306 53
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 310 51
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 394 66
    # warning RequireThis Reference to instance variable 'vDel' needs "this.". 395 78

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/security/mscapi/RSACipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outputSize' needs "this.". 330 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/crypto/provider/Cipher/AES/TestShortBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outOffset' needs "this.". 126 41
    # warning RequireThis Reference to instance variable 'outOffset' needs "this.". 149 41
    # warning RequireThis Reference to instance variable 'outOffset' needs "this.". 188 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/crypto/provider/Cipher/DES/PaddingTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pinfile' needs "this.". 193 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/crypto/provider/Cipher/PBE/PKCS12CipherKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 138 53
    # warning RequireThis Reference to instance variable 'password' needs "this.". 142 53
    # warning RequireThis Reference to instance variable 'ic' needs "this.". 144 57
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 145 62
    # warning RequireThis Reference to instance variable 'password' needs "this.". 157 53
    # warning RequireThis Reference to instance variable 'ic' needs "this.". 159 57
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 160 62
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 162 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/crypto/provider/Cipher/RC2ArcFour/CipherKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 130 68
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 138 69
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 147 68
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 155 69
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 157 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/crypto/provider/Mac/MacKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 123 54
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 130 55
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 132 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/BreakpointTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bkptCount' needs "this.". 93 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/ClassLoaderTarg.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 81 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/ConstantPoolInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cpool_count' needs "this.". 133 39
    # warning RequireThis Reference to instance variable 'cpool_count' needs "this.". 134 76
    # warning RequireThis Reference to instance variable 'cpool_count' needs "this.". 164 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/ControlFlow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'n' needs "this.". 45 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/ExceptionEvents.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'eventCount' needs "this.". 346 36
    # warning RequireThis Reference to instance variable 'exceptionName' needs "this.". 413 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/GetLocalVariables.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'i_short' needs "this.". 215 35
    # warning RequireThis Reference to instance variable 'i_int' needs "this.". 216 36
    # warning RequireThis Reference to instance variable 'i_int' needs "this.". 217 36
    # warning RequireThis Reference to instance variable 'i_float' needs "this.". 219 28
    # warning RequireThis Reference to instance variable 'i_byte' needs "this.". 221 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/MethodEntryExitEvents.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectedEntryCount' needs "this.". 265 34
    # warning RequireThis Reference to instance variable 'expectedExitCount' needs "this.". 266 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/ModificationWatchpoints.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'className' needs "this.". 278 55
    # warning RequireThis Reference to instance variable 'className' needs "this.". 293 42
    # warning RequireThis Reference to instance variable 'className' needs "this.". 298 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/OnThrowTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'touchFile' needs "this.". 55 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/PopAsynchronousTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'result' needs "this.". 203 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/PopSynchronousTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 140 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/SimulResumerTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'debuggeeThread1' needs "this.". 131 44
    # warning RequireThis Reference to instance variable 'debuggeeThread1' needs "this.". 134 47
    # warning RequireThis Reference to instance variable 'debuggeeThread2' needs "this.". 136 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/StepTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectedCount' needs "this.". 134 29
    # warning RequireThis Reference to instance variable 'workaroundCount' needs "this.". 157 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/SuspendThreadTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bkptCount' needs "this.". 88 54
    # warning RequireThis Reference to instance variable 'bkptCount' needs "this.". 144 29
    # warning RequireThis Reference to instance variable 'bkptCount' needs "this.". 151 34
    # warning RequireThis Reference to instance variable 'bkptCount' needs "this.". 155 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/TestScaffold.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mainStartClass' needs "TestScaffold.this.". 390 53
    # warning RequireThis Reference to instance variable 'vmDied' needs "this.". 895 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/redefineMethod/RedefineTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bpCnt' needs "this.". 282 73

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/sde/InstallSDE.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sdeIndex' needs "this.". 101 36
    # warning RequireThis Reference to instance variable 'sdeIndex' needs "this.". 106 36
    # warning RequireThis Reference to instance variable 'sdeIndex' needs "this.". 158 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/sde/MangleStepTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stratum' needs "this.". 100 39
    # warning RequireThis Reference to instance variable 'stratum' needs "this.". 119 42
    # warning RequireThis Reference to instance variable 'stratum' needs "this.". 121 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jndi/ldap/BalancedParentheses.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 109 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jndi/ldap/InvalidLdapFilters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 161 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jndi/ldap/LdapName/EmptyNameSearch.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 99 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/net/httpserver/Test12.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 158 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/net/httpserver/Test13.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 165 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/net/httpserver/Test9.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 170 30
    # warning RequireThis Reference to instance variable 'fixedLen' needs "this.". 172 55
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 173 55
    # warning RequireThis Reference to instance variable 'root' needs "this.". 174 51
    # warning RequireThis Reference to instance variable 'port' needs "this.". 175 51
    # warning RequireThis Reference to instance variable 'f' needs "this.". 176 48
    # warning RequireThis Reference to instance variable 'size' needs "this.". 177 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/net/httpserver/Test9a.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 163 30
    # warning RequireThis Reference to instance variable 'fixedLen' needs "this.". 165 55
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 166 55
    # warning RequireThis Reference to instance variable 'root' needs "this.". 167 51
    # warning RequireThis Reference to instance variable 'port' needs "this.". 168 51
    # warning RequireThis Reference to instance variable 'f' needs "this.". 169 48
    # warning RequireThis Reference to instance variable 'size' needs "this.". 170 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/net/httpserver/bugs/FixedLengthInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 118 28
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 118 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/security/sasl/digest/CheckNegotiatedQOPs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'caseNumber' needs "this.". 95 40
    # warning RequireThis Reference to instance variable 'requestedQOPs' needs "this.". 96 56
    # warning RequireThis Reference to instance variable 'supportedQOPs' needs "this.". 97 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/demo/jvmti/Context.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thread_count' needs "this.". 153 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/demo/jvmti/DemoRun.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 58 38
    # warning RequireThis Reference to instance variable 'demo_name' needs "this.". 173 51
    # warning RequireThis Reference to instance variable 'demo_options' needs "this.". 174 57
    # warning RequireThis Reference to instance variable 'demo_options' needs "this.". 184 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/demo/zipfs/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'indent' needs "this.". 117 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'toolkit' needs "this.". 51 52
    # warning RequireThis Reference to instance variable 'keyTypedOnTextField' needs "this.". 105 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Container/isRemoveNotifyNeeded/JInternalFrameTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'background' needs "this.". 67 52
    # warning RequireThis Reference to instance variable 'background' needs "this.". 73 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/EventQueue/6638195/bug6638195.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'beforeDispatchInvoked' needs "this.". 157 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowBlockingTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fButton' needs "this.". 90 71
    # warning RequireThis Reference to instance variable 'fButton' needs "this.". 101 71
    # warning RequireThis Reference to instance variable 'fButton' needs "this.". 113 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/FocusTraversalPolicy/DefaultFTPTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'TESTS_NUMBER' needs "this.". 119 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/FocusTraversalPolicy/LayoutFTPTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'TESTS_NUMBER' needs "this.". 120 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/IconifiedFrameFocusChangeTest/IconifiedFrameFocusChangeTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testButton' needs "this.". 80 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b1' needs "this.". 75 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/RequestFocusToDisabledCompTest/RequestFocusToDisabledCompTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b0' needs "this.". 69 66
    # warning RequireThis Reference to instance variable 'b1' needs "this.". 75 83

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/FontClass/CreateFont/BigFont.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 41 22
    # warning RequireThis Reference to instance variable 'id' needs "this.". 61 40
    # warning RequireThis Reference to instance variable 'id' needs "this.". 96 40
    # warning RequireThis Reference to instance variable 'id' needs "this.". 131 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/FullScreen/MultimonFullscreenTest/MultimonFullscreenTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defDev' needs "this.". 116 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputType' needs "this.". 115 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Graphics2D/DrawString/AlphaSurfaceText.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wid' needs "this.". 67 25
    # warning RequireThis Reference to instance variable 'hgt' needs "this.". 68 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Graphics2D/DrawString/DrawStrSuper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wid' needs "this.". 83 26
    # warning RequireThis Reference to instance variable 'hgt' needs "this.". 84 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Graphics2D/MTGraphicsAccessTest/MTGraphicsAccessTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numexceptions' needs "this.". 117 40
    # warning RequireThis Reference to instance variable 'numexceptions' needs "this.". 120 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mouse/ExtraMouseClick/ExtraMouseClick.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 105 28
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 110 28
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 115 28
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 120 28
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 140 32
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 145 32
    # warning RequireThis Reference to instance variable 'clicked' needs "this.". 162 24
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 163 100
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 178 120
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 190 120
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 210 129
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 223 129
    # warning RequireThis Reference to instance variable 'pressed' needs "this.". 234 162

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mouse/MaximizedFrameTest/MaximizedFrameTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ITERATIONS_COUNT' needs "this.". 89 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/MultipleGradientPaint/MultiGradientTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cmbPaint' needs "this.". 367 27
    # warning RequireThis Reference to instance variable 'cmbCycle' needs "this.". 369 34
    # warning RequireThis Reference to instance variable 'cmbSpace' needs "this.". 371 34
    # warning RequireThis Reference to instance variable 'cmbShape' needs "this.". 373 34
    # warning RequireThis Reference to instance variable 'cmbXform' needs "this.". 375 34
    # warning RequireThis Reference to instance variable 'cbAntialias' needs "this.". 377 34
    # warning RequireThis Reference to instance variable 'cbRender' needs "this.". 381 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/TextArea/UsingWithMouse/SelectionAutoscrollTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'desiredSelectionEnd' needs "this.". 105 39
    # warning RequireThis Reference to instance variable 'desiredSelectionEnd' needs "this.". 174 53
    # warning RequireThis Reference to instance variable 'desiredSelectionEnd' needs "this.". 175 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/Button2DragTest/Button2DragTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dropSuccess' needs "Button2DragTest.this.". 68 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/FileListBetweenJVMsTest/TargetFileListFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectationTransferredFilesNumber' needs "this.". 90 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/ImageDecoratedDnD/DnDSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 139 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 163 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 177 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/ImageDecoratedDnDInOut/DnDSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 139 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 163 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 177 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/ImageDecoratedDnDNegative/DnDSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iProblem' needs "DnDSource.this.". 127 39
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 177 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 201 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 215 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/URIListBetweenJVMsTest/TargetFileListFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectationTransferredFilesNumber' needs "this.". 100 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/event/MouseEvent/MenuDragMouseEventAbsoluteCoordsTest/MenuDragMouseEventAbsoluteCoordsTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mousePositionOnScreen' needs "this.". 137 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/event/MouseEvent/RobotLWTest/RobotLWTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'last' needs "this.". 123 16
    # warning RequireThis Reference to instance variable 'last' needs "this.". 140 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/font/Threads/FontThread.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fontName' needs "this.". 61 39
    # warning RequireThis Reference to instance variable 'fontName' needs "this.". 63 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/im/InputContext/bug4625203.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'n' needs "this.". 78 39
    # warning RequireThis Reference to instance variable 'n' needs "this.". 82 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sh' needs "this.". 167 25
    # warning RequireThis Reference to instance variable 'sw' needs "this.". 169 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sh' needs "this.". 124 25
    # warning RequireThis Reference to instance variable 'sw' needs "this.". 126 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/BufferedInputStream/CloseStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'OPEN' needs "this.". 59 23
    # warning RequireThis Reference to instance variable 'CLOSED' needs "this.". 60 22
    # warning RequireThis Reference to instance variable 'CLOSED' needs "this.". 65 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/BufferedInputStream/Fill.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shortFall' needs "this.". 56 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/BufferedReader/Fill.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shortFall' needs "this.". 52 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/BufferedReader/ReadLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 129 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/BufferedReader/Ready.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 76 24
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 84 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 87 46
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 87 63
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 98 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/IOException/LastErrorString.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 85 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/InputStream/ReadParams.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'endoffile' needs "this.". 216 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/InputStream/Skip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'endoffile' needs "this.". 116 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/InputStreamReader/One.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expect' needs "this.". 51 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/LineNumberInputStream/Available.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ctr' needs "this.". 66 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/LineNumberInputStream/Skip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'endoffile' needs "this.". 92 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/defaulted/GetFieldRead.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'primitiveI' needs "this.". 63 50
    # warning RequireThis Reference to instance variable 'objectI' needs "this.". 66 47
    # warning RequireThis Reference to instance variable 'foo' needs "this.". 69 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/defaulted/GetFieldWrite.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'a' needs "this.". 87 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/evolution/AddedExternField/WriteAddedField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'l' needs "this.". 53 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/evolution/RenamePackage/install/SerialDriver.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 128 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/evolution/RenamePackage/test/SerialDriver.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 124 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/oldTests/BinaryTree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'level' needs "this.". 95 29
    # warning RequireThis Reference to instance variable 'id' needs "this.". 98 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/oldTests/CheckingEquality.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'one' needs "this.". 106 59
    # warning RequireThis Reference to instance variable 'two' needs "this.". 111 59
    # warning RequireThis Reference to instance variable 'quatre' needs "this.". 155 67
    # warning RequireThis Reference to instance variable 'cinq' needs "this.". 160 65
    # warning RequireThis Reference to instance variable 'six' needs "this.". 194 53
    # warning RequireThis Reference to instance variable 'eight' needs "this.". 199 66
    # warning RequireThis Reference to instance variable 'nine' needs "this.". 204 65
    # warning RequireThis Reference to instance variable 'ten' needs "this.". 209 64
    # warning RequireThis Reference to instance variable 'zero' needs "this.". 214 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/oldTests/SerializeWithException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exceptionOffset' needs "this.". 115 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/oldTests/ValidateClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'priority' needs "this.". 125 25
    # warning RequireThis Reference to instance variable 'priority' needs "this.". 131 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/optionalDataEnd/OptionalDataEnd.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'reps' needs "this.". 42 29
    # warning RequireThis Reference to instance variable 'reps' needs "this.". 51 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/parents/EvolvedClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 71 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/parents/OriginalClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'num' needs "this.". 69 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/replaceStringArray/ReplaceStringArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stringA' needs "this.". 42 19
    # warning RequireThis Reference to instance variable 'stringA' needs "this.". 49 47
    # warning RequireThis Reference to instance variable 'stringB' needs "this.". 50 47
    # warning RequireThis Reference to instance variable 'stringC' needs "this.". 51 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/subclass/XObjectInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentObject' needs "this.". 91 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/subclass/XObjectOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 231 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/validate/Validate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b' needs "this.". 89 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/StreamTokenizer/ReadAhead.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 54 25
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 75 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Writer/WriteFromString.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buf' needs "this.". 80 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/ABCInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 59 22
    # warning RequireThis Reference to instance variable 'chunk' needs "this.". 68 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 83 31
    # warning RequireThis Reference to instance variable 'chunk' needs "this.". 84 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/ABCOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 40 22
    # warning RequireThis Reference to instance variable 'next' needs "this.". 42 18
    # warning RequireThis Reference to instance variable 'len' needs "this.". 58 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/ABCReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 40 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/CharGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'min' needs "this.". 47 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/LineGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 50 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/LineNumbers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 91 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/LineSink.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 66 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/StringGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 61 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/Appendable/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 120 47
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 137 48
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 169 43
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 193 51
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 209 44
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 226 45
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 241 44
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 259 43
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 276 45
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 292 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/ClassLoader/deadlock/Starter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 95 33
    # warning RequireThis Reference to instance variable 'id' needs "this.". 103 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/ProcessBuilder/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exitValue' needs "this.". 2168 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/Runtime/exec/StreamsSurviveDestroy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 57 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/Thread/ThreadStateTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'RUNNABLE' needs "this.". 179 37
    # warning RequireThis Reference to instance variable 'BLOCKED' needs "this.". 313 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/ThreadGroup/Daemon.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 58 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/ATransformerManagementTestCase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fTransformerIndex' needs "this.". 146 26
    # warning RequireThis Reference to instance variable 'fTransformerIndex' needs "this.". 221 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/NativeMethodPrefixAgent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trname' needs "this.". 70 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/RetransformAgent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'onRedef' needs "this.". 77 25
    # warning RequireThis Reference to instance variable 'redefIndex' needs "this.". 82 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/TransformerManagementThreadAddTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'NUM_SWITCHES' needs "this.". 534 83

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/ilib/ClassDump.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'constantPoolCount' needs "this.". 69 41
    # warning RequireThis Reference to instance variable 'methodsCount' needs "this.". 102 52
    # warning RequireThis Reference to instance variable 'methodsCount' needs "this.". 104 29
    # warning RequireThis Reference to instance variable 'constantPoolCount' needs "this.". 217 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/ilib/ClassReaderWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sectionLength' needs "this.". 56 48
    # warning RequireThis Reference to instance variable 'sectionLength' needs "this.". 75 42
    # warning RequireThis Reference to instance variable 'sectionLength' needs "this.". 83 42
    # warning RequireThis Reference to instance variable 'inputPos' needs "this.". 180 19
    # warning RequireThis Reference to instance variable 'markPos' needs "this.". 184 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/ilib/Inject.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'constantPoolCount' needs "this.". 172 32
    # warning RequireThis Reference to instance variable 'allocInjector' needs "this.". 205 31
    # warning RequireThis Reference to instance variable 'callInjector' needs "this.". 227 31
    # warning RequireThis Reference to instance variable 'constantPoolCount' needs "this.". 231 41
    # warning RequireThis Reference to instance variable 'methodsCount' needs "this.". 276 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/ilib/InjectBytecodes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'newPos' needs "InjectBytecodes.this.". 68 41
    # warning RequireThis Reference to instance variable 'length' needs "this.". 100 31
    # warning RequireThis Reference to instance variable 'methodName' needs "this.". 166 33
    # warning RequireThis Reference to instance variable 'newPos' needs "this.". 331 46
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 332 43
    # warning RequireThis Reference to instance variable 'newPos' needs "this.". 365 46
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 366 43
    # warning RequireThis Reference to instance variable 'methodName' needs "this.". 717 54
    # warning RequireThis Reference to instance variable 'methodName' needs "this.". 743 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/invoke/InvokeGenericTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'negTests' needs "this.". 93 43
    # warning RequireThis Reference to instance variable 'testName' needs "this.". 95 59
    # warning RequireThis Reference to instance variable 'testName' needs "this.". 96 59
    # warning RequireThis Reference to instance variable 'posTests' needs "this.". 97 28
    # warning RequireThis Reference to instance variable 'negTests' needs "this.". 98 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/invoke/MethodHandlesTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'negTests' needs "this.". 138 43
    # warning RequireThis Reference to instance variable 'testName' needs "this.". 140 59
    # warning RequireThis Reference to instance variable 'testName' needs "this.". 141 59
    # warning RequireThis Reference to instance variable 'posTests' needs "this.". 142 28
    # warning RequireThis Reference to instance variable 'negTests' needs "this.". 143 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/invoke/indify/Indify.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'all' needs "this.". 267 24
    # warning RequireThis Reference to instance variable 'verifySpecifierCount' needs "Indify.this.". 528 48
    # warning RequireThis Reference to instance variable 'verifySpecifierCount' needs "Indify.this.". 529 33
    # warning RequireThis Reference to instance variable 'rowlen' needs "this.". 1145 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1543 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1544 71
    # warning RequireThis Reference to instance variable 'name' needs "this.". 1582 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1586 55
    # warning RequireThis Reference to instance variable 'len' needs "this.". 1810 28
    # warning RequireThis Reference to instance variable 'len' needs "this.". 1826 43
    # warning RequireThis Reference to instance variable 'bc' needs "this.". 1839 87
    # warning RequireThis Reference to instance variable 'bc' needs "this.". 1853 65
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 1862 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/MemoryMXBean/LowMemoryTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'triggers' needs "this.". 84 21
    # warning RequireThis Reference to instance variable 'triggers' needs "this.". 87 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/MemoryMXBean/Pending.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curFinalized' needs "this.". 225 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/ThreadMXBean/MonitorDeadlock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 51 29
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 137 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/ThreadMXBean/SynchronizationStatistics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockingBaseTime' needs "this.". 178 53
    # warning RequireThis Reference to instance variable 'blockingBaseTime' needs "this.". 187 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/ThreadMXBean/SynchronizerDeadlock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 51 29
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 140 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/ThreadMXBean/ThreadStateTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'RUNNABLE' needs "this.". 262 37
    # warning RequireThis Reference to instance variable 'BLOCKED' needs "this.". 397 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/reflect/Field/Set.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'i' needs "this.". 96 14
    # warning RequireThis Reference to instance variable 'i' needs "this.". 97 14
    # warning RequireThis Reference to instance variable 'o' needs "this.". 99 14
    # warning RequireThis Reference to instance variable 'o' needs "this.". 100 14

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/reflect/Proxy/Basic1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentProxy' needs "this.". 159 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/reflect/Proxy/Boxing.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b' needs "Boxing.this.". 100 23
    # warning RequireThis Reference to instance variable 'c' needs "Boxing.this.". 106 23
    # warning RequireThis Reference to instance variable 'd' needs "Boxing.this.". 112 23
    # warning RequireThis Reference to instance variable 'f' needs "Boxing.this.". 118 23
    # warning RequireThis Reference to instance variable 'i' needs "Boxing.this.". 124 23
    # warning RequireThis Reference to instance variable 'j' needs "Boxing.this.". 130 23
    # warning RequireThis Reference to instance variable 's' needs "Boxing.this.". 136 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/Authenticator/B4933582.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 227 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/Authenticator/BasicTest4.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'success' needs "this.". 141 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/CookieHandler/CookieManagerTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 170 92
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 190 102
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 195 105
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 210 102
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 215 102
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 226 89
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 231 89
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 236 89

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/DatagramSocket/SendSize.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'server' needs "this.". 59 64
    # warning RequireThis Reference to instance variable 'client' needs "this.". 99 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/InetAddress/MyPrincipal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 40 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/ProxySelector/LoopbackAddresses.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientSocket' needs "this.". 112 97

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/Socket/DeadlockTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cnt' needs "this.". 122 59
    # warning RequireThis Reference to instance variable 'cnt' needs "this.". 172 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/URI/Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 90 23
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 109 23
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 129 23
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 147 23
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 164 23
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 180 23
    # warning RequireThis Reference to instance variable 'originalURI' needs "this.". 578 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/URL/Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'url' needs "this.". 71 23
    # warning RequireThis Reference to instance variable 'url' needs "this.". 87 23
    # warning RequireThis Reference to instance variable 'url' needs "this.". 102 23
    # warning RequireThis Reference to instance variable 'url' needs "this.". 117 23
    # warning RequireThis Reference to instance variable 'originalURL' needs "this.". 270 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/URLConnection/HandleContentTypeWithAttrs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientSocket' needs "this.". 200 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/URLConnection/Redirect307Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 52 61
    # warning RequireThis Reference to instance variable 'port' needs "this.". 68 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/URLConnection/RedirectLimit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 74 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/URLConnection/ZeroContentLength.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'CR' needs "this.". 99 38
    # warning RequireThis Reference to instance variable 'LF' needs "this.". 102 46
    # warning RequireThis Reference to instance variable 'CR' needs "this.". 105 54
    # warning RequireThis Reference to instance variable 'LF' needs "this.". 108 62
    # warning RequireThis Reference to instance variable 'id' needs "this.". 121 39
    # warning RequireThis Reference to instance variable 'id' needs "this.". 126 44
    # warning RequireThis Reference to instance variable 'id' needs "this.". 147 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/AsynchronousFileChannel/LotsOfWrites.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'position' needs "this.". 58 70
    # warning RequireThis Reference to instance variable 'size' needs "this.". 102 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/FileChannel/Transfers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'max' needs "this.". 384 26
    # warning RequireThis Reference to instance variable 'max' needs "this.". 388 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/Selector/LotsOfCancels.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'totalCreated' needs "this.". 251 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/Selector/SelectorTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 303 37
    # warning RequireThis Reference to instance variable 'totalDataLength' needs "this.". 306 30
    # warning RequireThis Reference to instance variable 'totalDataLength' needs "this.". 307 30
    # warning RequireThis Reference to instance variable 'totalDataLength' needs "this.". 312 33
    # warning RequireThis Reference to instance variable 'connectionsHandled' needs "this.". 397 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/Selector/Wakeup.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wakeups' needs "this.". 75 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/ServerSocketChannel/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ssc' needs "this.". 56 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/SocketChannel/VectorIO.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testSize' needs "this.". 125 28
    # warning RequireThis Reference to instance variable 'testSize' needs "this.". 165 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/charset/coders/BashStreams.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 66 28
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 70 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/charset/coders/Check.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'csName' needs "this.". 124 44
    # warning RequireThis Reference to instance variable 'csName' needs "this.". 135 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/activation/log/LogTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 145 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/dgc/dgcAckFailure/DGCAckFailure.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'obj' needs "this.". 125 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/reliability/benchmark/bench/HtmlReporter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 68 31
    # warning RequireThis Reference to instance variable 'title' needs "this.". 71 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/reliability/benchmark/bench/TextReporter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 72 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/reliability/benchmark/bench/XmlReporter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 64 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/reliability/juicer/AppleEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'when' needs "this.". 59 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/reliability/juicer/ApplicationServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numApples' needs "this.". 92 33
    # warning RequireThis Reference to instance variable 'numApples' needs "this.". 106 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/MultiSocketFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pattern' needs "this.". 174 27
    # warning RequireThis Reference to instance variable 'pattern' needs "this.". 193 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/MultiSocketFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pattern' needs "this.". 174 27
    # warning RequireThis Reference to instance variable 'pattern' needs "this.". 193 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/testlibrary/JavaVM.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'options' needs "this.". 88 29
    # warning RequireThis Reference to instance variable 'args' needs "this.". 96 26
    # warning RequireThis Reference to instance variable 'policyFileName' needs "this.". 124 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/Arrays/Sorting.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myKey' needs "this.". 358 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/Collections/RacingCollections.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'elLoco' needs "this.". 128 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/Formattable/StockName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frenchCompanyName' needs "this.". 52 20
    # warning RequireThis Reference to instance variable 'symbol' needs "this.". 55 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/List/LockStep.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 75 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/Locale/LocaleEnhanceTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 1445 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/Locale/LocaleTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'MAX_LOCALES' needs "this.". 181 30
    # warning RequireThis Reference to instance variable 'MAX_LOCALES' needs "this.". 200 30
    # warning RequireThis Reference to instance variable 'MAX_LOCALES' needs "this.". 216 30
    # warning RequireThis Reference to instance variable 'MAX_LOCALES' needs "this.". 286 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/Locale/LocaleTestFmwk.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'errorCount' needs "this.". 177 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/PluggableLocale/TimeZoneNameProviderTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PST' needs "this.". 180 103
    # warning RequireThis Reference to instance variable 'US_PACIFIC' needs "this.". 185 103
    # warning RequireThis Reference to instance variable 'TOKYOTIME' needs "this.". 197 105
    # warning RequireThis Reference to instance variable 'JAPAN' needs "this.". 202 103

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/ResourceBundle/Bug4168625Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'notifyCount' needs "this.". 483 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/BlockingQueue/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 114 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/BlockingQueue/OfferDrainToLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testDurationMillis' needs "this.". 154 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentHashMap/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 114 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentHashMap/MapCheck.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 569 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentHashMap/toArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prevSize' needs "this.". 52 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentQueues/ConcurrentQueueLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStages' needs "this.". 98 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentQueues/GCRetention.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 118 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 127 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentQueues/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 114 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testDurationMillis' needs "this.". 145 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentQueues/RemovePollRace.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "RemovePollRace.this.". 162 37
    # warning RequireThis Reference to instance variable 'count' needs "this.". 194 61
    # warning RequireThis Reference to instance variable 'count' needs "this.". 196 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/Exchanger/ExchangeLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iters' needs "this.". 94 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/Exchanger/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ExecutorCompletionService/ExecutorCompletionServiceLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iters' needs "this.". 94 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ExecutorCompletionService/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/FutureTask/CancelledFutureLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 93 33
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 99 33
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 109 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/FutureTask/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/Phaser/FickleRegister.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'chunkSize' needs "FickleRegister.this.". 64 37
    # warning RequireThis Reference to instance variable 'chunkSize' needs "FickleRegister.this.". 73 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'completed' needs "this.". 113 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/locks/ReentrantLock/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/locks/ReentrantLock/SimpleReentrantLockLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 87 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 88 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/locks/ReentrantReadWriteLock/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/logging/ClassLoaderLeakTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uniqClassName' needs "this.". 153 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/logging/LoggingDeadlock2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exitValue' needs "this.". 157 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/zip/zip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 83 26
    # warning RequireThis Reference to instance variable 'tflag' needs "this.". 197 34
    # warning RequireThis Reference to instance variable 'xflag' needs "this.". 204 34
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 211 34
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 218 34
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 282 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/crypto/spec/RC2ParameterSpec/RC2AlgorithmParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'effectiveKeySize' needs "this.". 220 23
    # warning RequireThis Reference to instance variable 'effectiveKeySize' needs "this.". 242 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/imageio/plugins/bmp/BMPSubsamplingTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 302 28
    # warning RequireThis Reference to instance variable 'srcXSubsampling' needs "this.". 346 27
    # warning RequireThis Reference to instance variable 'srcYSubsampling' needs "this.". 347 26
    # warning RequireThis Reference to instance variable 'srcXSubsampling' needs "this.". 359 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/imageio/plugins/png/GrayPngTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 113 29
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 114 26
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 116 41
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 151 45
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 161 29
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 168 29
    # warning RequireThis Reference to instance variable 'src' needs "this.". 176 38
    # warning RequireThis Reference to instance variable 'bpp' needs "this.". 178 52
    # warning RequireThis Reference to instance variable 'dst' needs "this.". 188 42
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 197 29
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 198 42
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 199 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/imageio/plugins/wbmp/CanDecodeTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 89 46
    # warning RequireThis Reference to instance variable 'title' needs "this.". 122 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/imageio/stream/StreamCloserLeak/test/Main.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uniqClassName' needs "this.". 281 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/Introspector/IdenticalMBeanInfoTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 82 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/MBeanServer/MBeanServerNotificationTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 74 49
    # warning RequireThis Reference to instance variable 'type' needs "this.". 77 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/MBeanServer/OldMBeanServerTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clr' needs "this.". 760 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/descriptor/DescriptorTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 87 43
    # warning RequireThis Reference to instance variable 'name' needs "this.". 93 53
    # warning RequireThis Reference to instance variable 'name' needs "this.". 97 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/monitor/CounterMonitorTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'notifyFlag' needs "this.". 149 59
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 152 59
    # warning RequireThis Reference to instance variable 'granularityperiod' needs "this.". 155 59
    # warning RequireThis Reference to instance variable 'modulus' needs "this.". 158 59
    # warning RequireThis Reference to instance variable 'differenceModeFlag' needs "this.". 161 59
    # warning RequireThis Reference to instance variable 'timeout' needs "this.". 211 29
    # warning RequireThis Reference to instance variable 'timeout' needs "this.". 212 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/monitor/ReflectionExceptionTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 119 59
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 184 59
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 252 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/monitor/RuntimeExceptionTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 118 59
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 183 59
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 251 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/monitor/ThreadPoolTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'waitedNB' needs "this.". 209 32
    # warning RequireThis Reference to instance variable 'waitedNB' needs "this.". 220 33
    # warning RequireThis Reference to instance variable 'waitedNB' needs "this.". 232 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/mxbean/MerlinMXBean.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'whatsit' needs "this.". 420 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/remote/mandatory/notif/DiffHBTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'received' needs "this.". 176 68
    # warning RequireThis Reference to instance variable 'receivedNotif' needs "this.". 189 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/remote/mandatory/passwordAccessFile/NonJMXPrincipalsTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 73 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/remote/mandatory/util/MapNullValuesTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'map3' needs "this.". 234 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/print/applet/applet0/Applet0.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 47 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 48 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/print/applet/applet1/Applet1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 46 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 47 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/print/applet/applet2/Applet2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 47 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 48 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/print/applet/applet3/Applet3.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 48 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 49 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/print/applet/applet4/Applet4.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 48 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 49 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/script/Test2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'val' needs "this.". 46 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/DummySourceDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 134 19
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 139 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/sound/midi/Gervill/SoftSynthesizer/DummySourceDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 134 19
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 139 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/sound/sampled/FileWriter/AlawEncoderSync.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'num' needs "this.". 82 39
    # warning RequireThis Reference to instance variable 'num' needs "this.". 99 43
    # warning RequireThis Reference to instance variable 'num' needs "this.". 102 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/swing/JComponent/4337267/bug4337267.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shaped' needs "this.". 113 35
    # warning RequireThis Reference to instance variable 'text' needs "this.". 116 35
    # warning RequireThis Reference to instance variable 'MAX_GLITCHES' needs "this.". 204 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/swing/JFileChooser/4847375/bug4847375.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lookAndFeel' needs "this.". 158 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/swing/JPopupMenu/6691503/bug6691503.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isAlwaysOnTop1' needs "bug6691503.this.". 74 73
    # warning RequireThis Reference to instance variable 'isAlwaysOnTop2' needs "bug6691503.this.". 89 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/swing/RepaintManager/6608456/bug6608456.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'delegateCalled' needs "this.". 124 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/swing/SwingWorker/6880336/NestedWorkers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'level' needs "this.". 53 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/awt/font/ClassLoaderLeakTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uniqClassName' needs "this.". 169 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/java2d/cmm/ColorConvertOp/ImageComparator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bMask' needs "this.". 56 32
    # warning RequireThis Reference to instance variable 'bMask' needs "this.". 56 55
    # warning RequireThis Reference to instance variable 'gMask' needs "this.". 57 32
    # warning RequireThis Reference to instance variable 'gMask' needs "this.". 57 55
    # warning RequireThis Reference to instance variable 'rMask' needs "this.". 58 32
    # warning RequireThis Reference to instance variable 'rMask' needs "this.". 58 55
    # warning RequireThis Reference to instance variable 'accuracy' needs "this.". 61 19
    # warning RequireThis Reference to instance variable 'maxError' needs "this.". 63 22
    # warning RequireThis Reference to instance variable 'accuracy' needs "this.". 77 19
    # warning RequireThis Reference to instance variable 'maxError' needs "this.". 79 22
    # warning RequireThis Reference to instance variable 'accuracy' needs "this.". 112 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/java2d/pipe/hw/VSyncedBufferStrategyTest/VSyncedBufferStrategyTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentBSVSynced' needs "this.". 89 43
    # warning RequireThis Reference to instance variable 'inc' needs "this.". 154 19
    # warning RequireThis Reference to instance variable 'inc' needs "this.". 157 23
    # warning RequireThis Reference to instance variable 'inc' needs "this.". 161 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/jvmstat/monitor/HostIdentifier/HostIdentifierCreate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 104 63
    # warning RequireThis Reference to instance variable 'state' needs "this.". 139 63
    # warning RequireThis Reference to instance variable 'state' needs "this.". 207 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 234 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 251 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 264 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/jvmstat/monitor/VmIdentifier/VmIdentifierCreateResolve.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 106 63
    # warning RequireThis Reference to instance variable 'state' needs "this.". 153 63
    # warning RequireThis Reference to instance variable 'state' needs "this.". 221 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 252 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 275 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 290 55
    # warning RequireThis Reference to instance variable 'vmid' needs "this.". 436 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/misc/JarIndex/metaInfFilenames/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'aDotJar' needs "this.". 421 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/misc/Version/Version.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'update' needs "this.". 87 33
    # warning RequireThis Reference to instance variable 'build' needs "this.". 93 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/ftp/FtpGetContent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PASS' needs "this.". 193 36
    # warning RequireThis Reference to instance variable 'QUIT' needs "this.". 193 51
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 210 80
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 235 62
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 236 36
    # warning RequireThis Reference to instance variable 'cwd' needs "FtpServer.this.". 249 52
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 280 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 297 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 317 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/ftp/FtpURL.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PASS' needs "this.". 192 36
    # warning RequireThis Reference to instance variable 'QUIT' needs "this.". 192 51
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 209 80
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 234 62
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 235 36
    # warning RequireThis Reference to instance variable 'cwd' needs "FtpServer.this.". 248 52
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 279 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 296 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 315 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/MarkResetTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PASS' needs "this.". 179 36
    # warning RequireThis Reference to instance variable 'QUIT' needs "this.". 179 51
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 190 76
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 216 62
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 279 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 300 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 310 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/ftptest/FtpCommandHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'useDataCrypto' needs "this.". 127 30
    # warning RequireThis Reference to instance variable 'useDataCrypto' needs "this.". 150 30
    # warning RequireThis Reference to instance variable 'oldCmd' needs "this.". 387 19
    # warning RequireThis Reference to instance variable 'username' needs "this.". 497 51
    # warning RequireThis Reference to instance variable 'renameFrom' needs "this.". 609 50
    # warning RequireThis Reference to instance variable 'restart' needs "this.". 633 64
    # warning RequireThis Reference to instance variable 'cmd' needs "this.". 663 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/http/HttpClient/B6726695.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 67 49
    # warning RequireThis Reference to instance variable 'boundary' needs "this.". 74 84
    # warning RequireThis Reference to instance variable 'boundary' needs "this.". 92 84
    # warning RequireThis Reference to instance variable 'boundary' needs "this.". 115 84

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/http/HttpClient/MultiThreadTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'requests' needs "this.". 98 29
    # warning RequireThis Reference to instance variable 'id' needs "this.". 288 60
    # warning RequireThis Reference to instance variable 'id' needs "this.". 293 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/http/KeepAliveCache/B5045306.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port1' needs "this.". 151 75

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/httptest/HttpServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threads' needs "this.". 125 25
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 192 42
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 211 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/protocol/http/NTLMTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 150 88

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/EUC_TW_OLD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10627 47
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10659 43
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10703 47
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10736 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/FindDecoderBugs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'failed0' needs "this.". 261 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/FindEncoderBugs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'failed0' needs "this.". 396 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/DBCSDecoderMapping.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 70 26
    # warning RequireThis Reference to instance variable 'end' needs "this.". 70 45
    # warning RequireThis Reference to instance variable 'start' needs "this.". 73 48
    # warning RequireThis Reference to instance variable 'start' needs "this.". 73 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/DBCS_IBM_ASCII_Decoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 96 61
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 97 56
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 141 61
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 142 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/DBCS_IBM_ASCII_Encoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 73 30
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 73 56
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 110 38
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 111 40
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 160 38
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 161 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/DBCS_IBM_EBCDIC_Decoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 131 61
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 132 56
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 201 65
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 202 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/DBCS_IBM_EBCDIC_Encoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 94 30
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 94 56
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 133 38
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 134 40
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 198 38
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 199 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/DBCS_ONLY_IBM_EBCDIC_Decoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 88 62
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 89 56
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 116 62
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 117 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/DoubleByteDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 176 26
    # warning RequireThis Reference to instance variable 'end' needs "this.". 176 45
    # warning RequireThis Reference to instance variable 'start' needs "this.". 179 48
    # warning RequireThis Reference to instance variable 'start' needs "this.". 179 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/IBM933_OLD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'initByteState' needs "this.". 2646 25
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 2670 34
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 2670 60
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 3113 40
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 3113 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/IBM949_OLD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 1541 34
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 1541 60
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 1935 40
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 1935 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/IBM970_OLD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 1269 34
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 1269 60
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 1658 40
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 1658 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/SimpleEUCDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 75 34
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 75 50
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 119 34
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 119 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/rmi/rmic/newrmic/equivalence/AppleEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'when' needs "this.". 61 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/krb5/auto/Context.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 321 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/krb5/auto/LoginModuleOptions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 175 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/pkcs11/KeyStore/ClientAuth.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 108 46
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 252 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 253 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 256 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 257 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/pkcs11/MessageDigest/DigestKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 111 49
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 118 57
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 124 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/pkcs11/fips/CipherTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientAuth' needs "this.". 123 33
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 284 29
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 295 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/pkcs11/sslecc/CipherTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientAuth' needs "this.". 123 33
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 285 29
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 296 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/provider/MessageDigest/DigestKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 118 57
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 124 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/smartcardio/TestPresent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'time' needs "this.". 44 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppInputStream/ReadBlocksClose.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 237 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 238 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 241 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 242 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ProtocolVersion/HttpsProtocols.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 152 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/BadKSProvider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 232 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 233 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 236 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 237 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/BadTSProvider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 232 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 233 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 236 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 237 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/GoodProvider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 209 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 210 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 213 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 214 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/CloseEngineException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 98 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 102 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 116 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 120 34
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 233 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 234 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/CloseInboundException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'result1' needs "this.". 80 45
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 81 49
    # warning RequireThis Reference to instance variable 'result2' needs "this.". 83 45
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 84 49
    # warning RequireThis Reference to instance variable 'result1' needs "this.". 107 47
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 108 49
    # warning RequireThis Reference to instance variable 'result2' needs "this.". 110 47
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 111 49
    # warning RequireThis Reference to instance variable 'result1' needs "this.". 161 43
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 248 43
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 249 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/DelegatedTaskWrongException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 178 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 179 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/EngineEnforceUseClientMode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 156 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 160 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 174 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 178 34
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 277 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 278 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSessionImpl/HashCodeMissing.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 221 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 222 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 225 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 226 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/CloseSocketException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 221 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 222 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 225 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 226 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/GetPeerHostClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'server' needs "this.". 48 70
    # warning RequireThis Reference to instance variable 'server' needs "this.". 67 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/GetPeerHostServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 74 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SocketCreation/SocketCreation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 204 28
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 356 28
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 372 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/CriticalSubjectAltName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 130 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/GetResponseCode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 118 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/CheckMyTrustedKeystore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 219 53
    # warning RequireThis Reference to instance variable 'serverPort1' needs "this.". 242 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/HttpsURLConnectionLocalCertificateChain.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 201 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/JSSERenegotiate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 249 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 250 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 253 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 254 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/Arrays.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 95 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 99 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 113 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 117 34
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 249 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/CheckStatus.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 688 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 689 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/ConnectionTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 133 43
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 134 43
    # warning RequireThis Reference to instance variable 'portNumber' needs "this.". 295 48
    # warning RequireThis Reference to instance variable 'portNumber' needs "this.". 309 48
    # warning RequireThis Reference to instance variable 'portNumber' needs "this.". 482 48
    # warning RequireThis Reference to instance variable 'portNumber' needs "this.". 496 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/ExtendedKeyEngine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 94 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 98 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 112 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 116 34
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 231 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 232 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/ExtendedKeySocket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 263 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 264 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 267 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 268 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/LargeBufs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'OFFSET' needs "this.". 115 49
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 120 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 124 34
    # warning RequireThis Reference to instance variable 'OFFSET' needs "this.". 139 49
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 150 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 154 34
    # warning RequireThis Reference to instance variable 'OFFSET' needs "this.". 245 56
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 262 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 263 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/TestAllSuites.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 159 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 163 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 177 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 181 34
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 312 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 313 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/testEnabledProtocols.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numExpConns' needs "this.". 242 30
    # warning RequireThis Reference to instance variable 'protocolToUse' needs "this.". 300 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/TLSv11/EmptyCertificateAuthorities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 288 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 289 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 292 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 293 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/TLSv11/ExportableBlockCipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 244 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 245 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 248 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 249 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/TLSv11/ExportableStreamCipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 244 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 245 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 248 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 249 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/TLSv11/GenericBlockCipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 220 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 221 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 224 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 225 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/TLSv11/GenericStreamCipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 220 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 221 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 224 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 225 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sanity/interop/CipherTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientAuth' needs "this.". 124 33
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 284 29
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 295 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/httpstest/HttpServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threads' needs "this.". 154 25
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 222 42
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 238 50
    # warning RequireThis Reference to instance variable 'currentHSStatus' needs "this.". 421 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 154 54
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 161 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 709 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsPost.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 152 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressDNSIdentities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 709 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressIPIdentities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 710 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 710 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Identities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 709 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/ReadTimeout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 155 52
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 170 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Redirect.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 117 57
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 151 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/RetryHttps.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 142 50
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 153 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/TunnelProxy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threads' needs "this.". 107 25
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 175 42
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 192 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/templates/SSLSocketTemplate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 209 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 210 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 213 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 214 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/tools/keytool/KeyToolTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'out' needs "this.". 161 18
    # warning RequireThis Reference to instance variable 'err' needs "this.". 265 40
    # warning RequireThis Reference to instance variable 'out' needs "this.". 266 40
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1371 18
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1405 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/tools/jhat/HatRun.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 58 38
    # warning RequireThis Reference to instance variable 'all_hprof_options' needs "this.". 205 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/util/logging/PlatformLoggerTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 144 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/tools/pack200/pack200-verifier/src/xmlkit/ClassReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'paddingSize' needs "this.". 398 43
    # warning RequireThis Reference to instance variable 'fileSize' needs "this.". 559 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/tools/pack200/pack200-verifier/src/xmlkit/ClassWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cpoolSize' needs "this.". 203 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/tools/pack200/pack200-verifier/src/xmlkit/XMLKit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 437 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 474 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 543 23
    # warning RequireThis Reference to instance variable 'size' needs "this.". 553 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 585 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 622 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 732 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 739 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 763 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 800 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 867 26
    # warning RequireThis Reference to instance variable 'size' needs "this.". 873 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 927 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 956 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 986 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 996 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1006 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1343 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1383 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1414 27
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1502 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1509 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1632 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1660 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1677 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1697 49
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1703 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1779 21
    # warning RequireThis Reference to instance variable 'size' needs "Element.this.". 1815 29
    # warning RequireThis Reference to instance variable 'size' needs "Element.this.". 1821 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1917 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2161 33
    # warning RequireThis Reference to instance variable 'size' needs "Element.this.". 2291 33
    # warning RequireThis Reference to instance variable 'size' needs "Element.this.". 2295 48
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 2334 31
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 2341 63
    # warning RequireThis Reference to instance variable 'buf' needs "this.". 2364 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2539 40
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2598 27
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2613 28
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2638 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2642 28
    # warning RequireThis Reference to instance variable 'value' needs "this.". 2845 27
    # warning RequireThis Reference to instance variable 'attrName' needs "this.". 2996 43